Files
runosaari/styles/globals.scss
2022-06-07 00:24:13 +03:00

20 lines
223 B
SCSS

html {
overflow-x: hidden;
}
body {
font-family: 'Crimson Text', sans-serif;
color: #2f273e;
font-size: 1.1rem;
margin: 0px;
}
p {
text-align: justify;
}
a {
color: #8962ec;
text-decoration: underline;
}