From 1647746a20bba0717f626a732dbae53cfcc1e466 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Fri, 10 Mar 2023 17:12:35 +0100 Subject: [PATCH] Change dark and light themes --- static/css/general.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/general.css b/static/css/general.css index 2612a8d..eda4c10 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -62,7 +62,7 @@ footer { .globalnav-element { display: block; - background-color: #ddd; + background-color: rgb(90% 90% 90%); text-align: center; flex-basis: 0; flex-grow: 1; @@ -188,12 +188,12 @@ th { @media (prefers-color-scheme: dark) { html { - background-color: #111; + background-color: black; color: white; } .globalnav-element { - background-color: #222; + background-color: rgb(10% 10% 10%); } code { @@ -218,7 +218,7 @@ th { } .globalnav-element { - background-color: #ddd; + background-color: rgb(90% 90% 90%); } code {