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

Add nicer link styling

This commit is contained in:
Paul Brinkmeier 2017-11-03 08:34:08 +01:00
parent dfd28da49e
commit 8e4fccf48a

View file

@ -17,10 +17,21 @@ body {
h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
color: tomato;
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 tomato;
border-left: 2px solid #ff4136;
}