aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 8bc20be..94502ce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -69,6 +69,10 @@
69 border-bottom: 1px solid black; 69 border-bottom: 1px solid black;
70 } 70 }
71 71
72 code {
73 background: #f6f6f6;
74 }
75
72 pre code { 76 pre code {
73 line-height: 1.3em; 77 line-height: 1.3em;
74 } 78 }