aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-09 11:40:53 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-09 11:40:53 +0100
commit136f5795c113d794ce1307c84190744d4137043b (patch)
tree24e7aef2ed3b11f90abce0ae21140e7308248514
parent00da6f3a58cd4762607881ff160d4e28b5172805 (diff)
downloadmitjafelicijan.com-136f5795c113d794ce1307c84190744d4137043b.tar.gz
Body background now white
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 6518c17..44b3d1a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@
24 color: #ffffff; 24 color: #ffffff;
25 } 25 }
26 26
27 body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; } 27 body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; background: white; }
28 28
29 header { margin-block-start: 1em; margin-block-end: 4em; } 29 header { margin-block-start: 1em; margin-block-end: 4em; }
30 header nav { display: flex; gap: 1em; align-items: center; padding: 0.5em 0; border-bottom: 2px solid black; } 30 header nav { display: flex; gap: 1em; align-items: center; padding: 0.5em 0; border-bottom: 2px solid black; }