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

9 lines
84 B
SCSS

body {
background: $page-bg;
color: $core-text;
}
a {
color: $core-accent;
}