Sam did styling

This commit is contained in:
2026-06-08 12:52:54 +02:00
parent 2a53c7372d
commit 5101c0ff4d
+12 -1
View File
@@ -1,3 +1,4 @@
:root{
$color-bg: #ffffff; $color-bg: #ffffff;
$color-sidebar: #570000; $color-sidebar: #570000;
$color-accent: #2563eb; $color-accent: #2563eb;
@@ -5,4 +6,14 @@ $color-muted: #6b7280;
$spacing-sm: 8px; $spacing-sm: 8px;
$spacing-md: 16px; $spacing-md: 16px;
$border-radius: 6px; $border-radius: 6px;
$rundbgbackgroundcolor: #a0a0a0; $rundbgbackgroundcolor: #a0a0a0
}
@media (prefers-color-scheme: dark) {
:root {
$color-bg: #000000;
$color-sidebar: #f3ff73;
}
}