hugo-theme-minima/assets/css/theme.scss
2022-11-08 18:07:48 +08:00

13 lines
No EOL
165 B
SCSS

.light {
--prime: #1691b6;
--grid: #e1e1e1;
--back: #fff;
--text: #222;
}
.dark {
--prime: #1691b6;
--back: #181818;
--text: silver;
--grid: #555;
}