1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-06 09:56:45 +00:00

Sets CSS to use dark theme based around base16. Shrinks div.

This commit is contained in:
Jannik Koch 2017-11-04 20:06:45 +01:00
parent 8a9014967a
commit e6b5092f7d

View file

@ -1,11 +1,13 @@
body {
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5em;
background-color: #181818;
color: #f8f8f8;
}
.afk-container {
margin: 0 auto;
width: 960px;
width: 720px;
}
@media (max-width: 720px) {
@ -15,14 +17,20 @@ body {
}
}
h1, h2, h3, h4, h5, h6 {
h1 {
margin-top: 2em;
color: #ff4136;
color: #ab4642;
text-align: center;
}
h2, h3, h4, h5, h6 {
margin-top: 2em;
color: #ab4642;
}
a,
a:visited {
color: #0074d9;
color: #7cafc2;
text-decoration: none;
}