notohh.dev/scss/main.scss
notohh 4edf79e21f
Some checks failed
notohh.dev / build (push) Failing after 1m16s
init 1.0
2024-01-16 02:03:52 -05:00

12 lines
220 B
SCSS

@import './colors.scss';
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
* {
font-family: 'Work Sans', sans-serif;
background-color: $background;
color: $white;
}
h1 {
}