aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:48:03 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:48:03 +0200
commit2d82707fcfba3752ec2ebadeb845607f2a5d694b (patch)
treec34f110e4de826d79ebe6d8d0e73b79855ab82c1 /templates/base.html
parentc6bf53c10a72be1b5f1df4b9c3e9c7ffc91b6f47 (diff)
downloadmitjafelicijan.com-2d82707fcfba3752ec2ebadeb845607f2a5d694b.tar.gz
Style: Code background color
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 }