1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-05 17:36:46 +00:00
afkollektor/index.css

46 lines
590 B
CSS
Raw Normal View History

2017-11-02 16:00:51 +00:00
body {
font-family: 'Source Sans Pro', Helvetica, sans-serif;
line-height: 1.4em;
2018-04-19 21:55:40 +00:00
background-color: #181d23;
color: #f8f8f8;
2017-11-02 16:00:51 +00:00
}
2017-11-02 16:48:17 +00:00
.afk-container {
margin: 0 auto;
width: 720px;
2017-11-02 16:48:17 +00:00
}
@media (max-width: 720px) {
.afk-container {
margin: .5em;
width: auto;
}
}
h1 {
2017-11-02 18:51:37 +00:00
margin-top: 2em;
color: #ab4642;
text-align: center;
}
h2, h3, h4, h5, h6 {
margin-top: 2em;
color: #ab4642;
2017-11-03 07:34:08 +00:00
}
a,
a:visited {
color: #7cafc2;
2017-11-03 07:34:08 +00:00
text-decoration: none;
}
a:focus,
a:hover {
text-decoration: underline;
2017-11-02 16:48:17 +00:00
}
2017-11-02 18:51:37 +00:00
blockquote {
padding-left: 1em;
2017-11-03 07:34:08 +00:00
border-left: 2px solid #ff4136;
2017-11-02 18:51:37 +00:00
}