14 lines
247 B
CSS
14 lines
247 B
CSS
:root {
|
|
--background: #11111b;
|
|
--background-secondary: #313244;
|
|
--foreground: #cdd6f4;
|
|
--links: #89b4fa;
|
|
--warning: #ff7272;
|
|
--warning-box-bg: #f64a3c;
|
|
--warning-box-border: #c81a11;
|
|
}
|
|
|
|
html {
|
|
color-scheme: dark;
|
|
}
|