aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-29 18:51:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-29 18:51:40 +0100
commitf7f23de41b8359c578fdb47408649a77db89ce72 (patch)
treed5ec93d1225248827f923b51c1e25f789c086dba /templates
parent5e9d0e75e47b4bc154b9578a5cce870c3b90d65f (diff)
downloadmitjafelicijan.com-f7f23de41b8359c578fdb47408649a77db89ce72.tar.gz
Changed color of code blocks
Diffstat (limited to 'templates')
-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 }