14 lines
247 B
CSS
14 lines
247 B
CSS
:root {
|
|
--background: #073642;
|
|
--background-secondary: #657B83;
|
|
--foreground: #FDF6E3;
|
|
--links: #2699FF;
|
|
--warning: #ff7272;
|
|
--warning-box-bg: #f64a3c;
|
|
--warning-box-border: #c81a11;
|
|
}
|
|
|
|
html {
|
|
color-scheme: dark;
|
|
}
|