13 lines
210 B
CSS
13 lines
210 B
CSS
|
:root {
|
||
|
--background: #181926;
|
||
|
--foreground: #cad3f5;
|
||
|
--links: #8aadf4;
|
||
|
--warning: #ff7272;
|
||
|
--warning-box-bg: #f64a3c;
|
||
|
--warning-box-border: #c81a11;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
color-scheme: dark;
|
||
|
}
|