From 2586c7755ea76f86cbb4e448c71550e49b0cc4c4 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 24 Jul 2024 13:17:54 +0200 Subject: [PATCH] made the background brighter in light mode --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index c267dd5..3129ffd 100644 --- a/style/style.css +++ b/style/style.css @@ -7,7 +7,7 @@ html { body { margin-top: 106px; font-family: "Roboto", sans-serif; - background-color: #404142; + background-color: #e1e1e1; margin-bottom: 100px; }