From ef5e376a276b51c0b10594f17ca15694381a7aee Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Wed, 4 Feb 2026 17:22:35 +0100 Subject: fix: changed background color --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 7267a50..f0a2808 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ body, html { } body { - background-color: #F9F6EE; + background-color: #FFFFFF; } h1 { @@ -85,7 +85,7 @@ p { width: 80%; margin-bottom: 0em; margin-top: 0em; - background-color: #F9F6EE; + background-color: #FFFFFF; } .date { -- cgit v1.2.3