14 lines
247 B
CSS
14 lines
247 B
CSS
|
:root {
|
||
|
--background: #232634;
|
||
|
--background-secondary: #414559;
|
||
|
--foreground: #c6d0f5;
|
||
|
--links: #8caaee;
|
||
|
--warning: #ff7272;
|
||
|
--warning-box-bg: #f64a3c;
|
||
|
--warning-box-border: #c81a11;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
color-scheme: dark;
|
||
|
}
|