aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorfoswret2026-08-14 12:21:57 -0500
committerfoswret2026-08-14 12:21:57 -0500
commit2726baea2ec971bb4ee15291a0e031c7ddaa64b9 (patch)
treebb1160fd718a3fa420f5f6244a978855e2451d16 /static/style.css
parent76b00b6fdde212d93864e87de2c3759c28844ee5 (diff)
Update to Zola 0.23
Can not use {{ page.title }} in base.html for <title> definition, so moved to more specific template files. Fix typo in style.css for <pre>, where text was black-on-black.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 30eed92..594cbc2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -7,7 +7,7 @@
html {
/* overflow-y needed for chromium browsers to not shift */
overflow-y: scroll;
- background-color: white;
+ background-color: var(--bg-color);
}
header {
@@ -84,4 +84,3 @@ pre {
footer {
text-align: center;
}
-