1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-19 07:36:43 +00:00
afkollektor/styles/index.css
2017-11-03 08:34:08 +01:00

38 lines
468 B
CSS

body {
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5em;
}
.afk-container {
margin: 0 auto;
width: 960px;
}
@media (max-width: 720px) {
.afk-container {
margin: .5em;
width: auto;
}
}
h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
color: #ff4136;
}
a,
a:visited {
color: #0074d9;
text-decoration: none;
}
a:focus,
a:hover {
text-decoration: underline;
}
blockquote {
padding-left: 1em;
border-left: 2px solid #ff4136;
}