aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index d2c5103..d1be68a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,7 +11,7 @@
11 <style> 11 <style>
12 :root { 12 :root {
13 --link-color: blue; 13 --link-color: blue;
14 --code-background: #efefef; 14 --code-background: #fafafa;
15 --code-border: #aaa; 15 --code-border: #aaa;
16 --inline-code-background: #efefef; 16 --inline-code-background: #efefef;
17 } 17 }