aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 8447a9e..3c88f26 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -76,11 +76,11 @@
76 text-wrap: nowrap; 76 text-wrap: nowrap;
77 overflow-x: auto; 77 overflow-x: auto;
78 padding: 0 1em; 78 padding: 0 1em;
79 background: whitesmoke; 79 background: floralwhite;
80 } 80 }
81 81
82 code { 82 code {
83 background: #fff0e3; 83 background: floralwhite;
84 padding: 0 3px; 84 padding: 0 3px;
85 font-size: 14px; 85 font-size: 14px;
86 } 86 }