From ff7892939e7c4f7e5ee780589ece730a347cc146 Mon Sep 17 00:00:00 2001 From: Christian Schwarz <102796724+Christian-Schwarz2003@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:47:00 +0100 Subject: [PATCH] add dark mode --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 336beaf..8560884 100755 --- a/styles.css +++ b/styles.css @@ -24,4 +24,9 @@ body { display: flex; margin: 10px; justify-content: center; + background: light-dark(#fff,#333); } + +:root{ + color-scheme: light dark; +} \ No newline at end of file