hugo-theme-minima/assets/css/theme.scss

13 lines
165 B
SCSS
Raw Normal View History

2022-11-08 11:07:48 +01:00
.light {
--prime: #1691b6;
--grid: #e1e1e1;
--back: #fff;
--text: #222;
}
.dark {
--prime: #1691b6;
--back: #181818;
--text: silver;
--grid: #555;
}