Sam did styling
This commit is contained in:
@@ -1,8 +1,19 @@
|
|||||||
$color-bg: #ffffff;
|
:root{
|
||||||
$color-sidebar: #570000;
|
$color-bg: #ffffff;
|
||||||
$color-accent: #2563eb;
|
$color-sidebar: #570000;
|
||||||
$color-muted: #6b7280;
|
$color-accent: #2563eb;
|
||||||
$spacing-sm: 8px;
|
$color-muted: #6b7280;
|
||||||
$spacing-md: 16px;
|
$spacing-sm: 8px;
|
||||||
$border-radius: 6px;
|
$spacing-md: 16px;
|
||||||
$rundbgbackgroundcolor: #a0a0a0;
|
$border-radius: 6px;
|
||||||
|
$rundbgbackgroundcolor: #a0a0a0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
$color-bg: #000000;
|
||||||
|
$color-sidebar: #f3ff73;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user