aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index f9a323c..90feb43 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,6 +18,7 @@
18 --border-color: gainsboro; 18 --border-color: gainsboro;
19 --border-size: 2px; 19 --border-size: 2px;
20 --link-color: blue; 20 --link-color: blue;
21 --bg-color: #eee;
21 } 22 }
22 23
23 body { 24 body {
@@ -94,10 +95,12 @@
94 padding: 0 3px; 95 padding: 0 3px;
95 font-size: 14px; 96 font-size: 14px;
96 border: 0; 97 border: 0;
98 background: var(--bg-color);
97 } 99 }
98 100
99 pre code { 101 pre code {
100 line-height: 1.3em; 102 line-height: 1.3em;
103 background: white;
101 } 104 }
102 105
103 pre, code, pre *, code * { 106 pre, code, pre *, code * {