14 lines
248 B
CSS
14 lines
248 B
CSS
|
:root {
|
||
|
--background: #FDF6E3;
|
||
|
--background-secondary: #EEE8D5;
|
||
|
--foreground: #073642;
|
||
|
--links: #268BD2;
|
||
|
--warning: #ff7272;
|
||
|
--warning-box-bg: #f64a3c;
|
||
|
--warning-box-border: #c81a11;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
color-scheme: light;
|
||
|
}
|