wiki-grav/themes/custom-learn2-dark/scss/theme/_core.scss

9 lines
84 B
SCSS
Raw Normal View History

2022-11-19 16:12:44 +01:00
body {
background: $page-bg;
color: $core-text;
}
2022-11-19 19:12:18 +01:00
a {
color: $core-accent;
}