From 4a883fcce56014930645b350862a3adf3a3872af Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 7 Nov 2020 02:27:47 +0000 Subject: [PATCH] Small changes to stylesheet for
 and  blocks in
 README displays.

---
 static/gitweb.css | 3 +++
 1 file changed, 3 insertions(+)

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 {
-- 
2.20.1