hugo-theme-stack-stars/assets/scss/partials/base.scss
2020-09-03 23:27:50 +02:00

17 lines
301 B
SCSS

html {
font-size: 62.5%;
overflow-y: scroll;
}
* {
box-sizing: border-box;
}
body {
background: var(--body-background);
margin: 0;
font-family: var(--base-font-family);
font-size: 1.6rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}