From d4f909c6fa52cf88ee339c03f397c75bb552fbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6ssler?= Date: Mon, 11 May 2026 15:57:13 +0200 Subject: [PATCH] feat: Use same bg color in dark mode as in docs --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 0efd33c..9f76aa6 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -41,7 +41,7 @@ } .dark { - --background: oklch(0.145 0 0); + --background: hsl(0, 0%, 11%); --foreground: oklch(0.985 0 0); --card: oklch(0.205 0 0); --card-foreground: oklch(0.985 0 0);