Try different styling for links

This commit is contained in:
Magnus Hoff 2017-10-13 16:40:07 +02:00
parent 73df2edc1a
commit 73943fb9d0

View file

@ -126,15 +126,12 @@ pre {
} }
a { a {
color: #5e90af; color: #457796;
} text-decoration: none;
a:visited {
color: inherit;
} }
a:hover { a:hover {
color: #79b9e1; text-decoration: underline;
} }
img { img {