9 lines
84 B
SCSS

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