This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
library/sass/main.scss

20 lines
415 B
SCSS

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
background-color: #150e41;
color: #d9d5f3;
font-family: 'Crimson Text', serif;
max-width: 900px;
margin: auto;
padding: 48px 24px;
}
.title {
h1 {
font-weight: 400;
margin: 0.25em 0;
}
p {
margin: 0;
}
line-height: 100%;
}