diff --git a/templates/base.html b/templates/base.html
index 6518c17cdb20b2fa08c9361515f0e4c8a4d2488b..44b3d1afc40892bb52685e21b4fedb570a7a1e11 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@ background: var(--primary-color);
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; }