1
0
Fork 0
moritzruth.de/assets/css/global.scss
2019-11-30 15:45:08 +01:00

17 lines
239 B
SCSS

*, ::before, ::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
min-height: 100vh;
overflow-x: hidden;
font-family: "Alata", sans-serif;
font-size: 16px;
}
::selection {
background-color: #dddddd;
}