From 3ce13c00e6379b70b3f315c776521aea97cc8f14 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 25 Oct 2024 22:19:34 +0200 Subject: changed background-color --- content/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/styles') diff --git a/content/styles/style.css b/content/styles/style.css index a731649..f4b782f 100644 --- a/content/styles/style.css +++ b/content/styles/style.css @@ -1,11 +1,11 @@ html { - background-color: black; + background-color: #f1f1f1; font-family: 'Open Sans', sans-serif; font-size: small; } body { - background: black; + background: #f1f1f1; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; -- cgit v1.2.3