blob: 7d91e5e9d3c085df128bcff862fae7d2976a554a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:root {
--background: #11111b;
--background-secondary: #313244;
--foreground: #cdd6f4;
--links: #89b4fa;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}
|