From: Aaron Taylor Date: Sat, 7 Nov 2020 02:27:47 +0000 (+0000) Subject: Small changes to stylesheet for
 and  blocks in README displays.
X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/commitdiff_plain/4a883fcce56014930645b350862a3adf3a3872af

Small changes to stylesheet for 
 and  blocks in README displays.
---

diff --git a/static/gitweb.css b/static/gitweb.css
index 9295eb2..48b6947 100644
--- a/static/gitweb.css
+++ b/static/gitweb.css
@@ -384,10 +384,13 @@ th .header {
   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;
+  background-color: #eaeaea;
 }
 
 .readme blockquote {