From 9686441f7194488a4e858a9c5d73fe07a51ea49a Mon Sep 17 00:00:00 2001 From: TheDiluTek Date: Thu, 18 Jun 2026 20:16:52 +0200 Subject: [PATCH] schwarz --- frontend/src/styles/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/_variables.scss b/frontend/src/styles/_variables.scss index f8ffa5c..0983579 100644 --- a/frontend/src/styles/_variables.scss +++ b/frontend/src/styles/_variables.scss @@ -8,7 +8,7 @@ --border-radius: 6px; --rundbgbackgroundcolor: #a0a0a0; --sidebar-font: #fffefe; - --color: #ffffff; + --color: #000000; --color-container: #f0f0f0; --color-text: #000000; }