Small changes to stylesheet for <pre> and <code> blocks in README displays.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 7 Nov 2020 02:27:47 +0000 (02:27 +0000)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 7 Nov 2020 02:27:47 +0000 (02:27 +0000)
static/gitweb.css

index 9295eb2..48b6947 100644 (file)
@@ -384,10 +384,13 @@ th .header {
   font-family: monospace;
   margin: 1em 0;
   white-space: pre;
   font-family: monospace;
   margin: 1em 0;
   white-space: pre;
+  background-color: #eaeaea;
+  padding: 1em;
 }
 
 .readme tt, .readme code, .readme kbd, .readme samp {
   font-family: monospace;
 }
 
 .readme tt, .readme code, .readme kbd, .readme samp {
   font-family: monospace;
+  background-color: #eaeaea;
 }
 
 .readme blockquote {
 }
 
 .readme blockquote {