soaos.dev/sass/style.scss

21 lines
236 B
SCSS

@use "everforest";
body {
color: everforest.$fg;
background-color: everforest.$bg0;
}
a {
color: everforest.$blue;
}
.wip-indicator {
color: everforest.$yellow;
}
.langcolor {
&-rust {
color: everforest.$orange;
}
}