blob: df41859ae6a7235bd4317e9e4b268f5dfe67bf27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:root {
--background: #222222;
--background-secondary: #494949;
--foreground: #E0E0E0;
--links: #02C5E0;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}
|