1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
:root { --background: #2B0C00; --background-secondary: #401200; --foreground: #FF3600; --links: #ffb09c; --warning: #ff7272; --warning-box-bg: #f64a3c; --warning-box-border: #c81a11; } html { color-scheme: dark; } a { text-decoration: underline !important; }