hugo-theme/static/css/colors.css

17 lines
210 B
CSS
Raw Normal View History

:root {
--bg: #f9f5d7;
--fg: #3c3836;
--alt-bg: #d5c4a1;
--acc-1: #076678;
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #1d2021;
--fg: #ebdbb2;
--alt-bg: #504945;
--acc-1: #83a598;
}
}