From 5101c0ff4d810e319418ee6f72b35012b6f7d314 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Mon, 8 Jun 2026 12:52:54 +0200 Subject: [PATCH] Sam did styling --- frontend/src/styles/_variables.scss | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/frontend/src/styles/_variables.scss b/frontend/src/styles/_variables.scss index 1e0b0a1..b489589 100644 --- a/frontend/src/styles/_variables.scss +++ b/frontend/src/styles/_variables.scss @@ -1,8 +1,19 @@ -$color-bg: #ffffff; -$color-sidebar: #570000; -$color-accent: #2563eb; -$color-muted: #6b7280; -$spacing-sm: 8px; -$spacing-md: 16px; -$border-radius: 6px; -$rundbgbackgroundcolor: #a0a0a0; +:root{ + $color-bg: #ffffff; + $color-sidebar: #570000; + $color-accent: #2563eb; + $color-muted: #6b7280; + $spacing-sm: 8px; + $spacing-md: 16px; + $border-radius: 6px; + $rundbgbackgroundcolor: #a0a0a0 +} + +@media (prefers-color-scheme: dark) { + :root { + $color-bg: #000000; + $color-sidebar: #f3ff73; + + + } +} \ No newline at end of file