1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-19 19:32:43 +02:00
parent 122ed0e3ef
commit 4bda4a620b
6 changed files with 241 additions and 98 deletions

View file

@ -1,5 +1,23 @@
body {
background: $blog_body-bg;
color: $white;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
a {
color: $nom_blue;
}
main {
font-size: 18px;
line-height: 31px;
margin: 80px 20px;
}
.container {
margin: 0 auto;
max-width: 800px;
}
}
//
// ueber
//