From 136f5795c113d794ce1307c84190744d4137043b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 9 Jan 2026 11:40:53 +0100 Subject: Body background now white --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') 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 @@ color: #ffffff; } - body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; } + body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; background: white; } header { margin-block-start: 1em; margin-block-end: 4em; } header nav { display: flex; gap: 1em; align-items: center; padding: 0.5em 0; border-bottom: 2px solid black; } -- cgit v1.2.3