Style links.

This commit is contained in:
Niels G. W. Serup 2016-08-26 22:26:15 +02:00
parent 5dfe89a0ad
commit ab97091073
1 changed files with 11 additions and 1 deletions

View File

@ -42,7 +42,7 @@ body {
margin-left: 0; margin-left: 0;
} }
#body nav a, #body nav a:visited { #body nav a:link, #body nav a:visited, #body nav a:hover {
color: #51B7FF; color: #51B7FF;
text-decoration: none; text-decoration: none;
} }
@ -57,6 +57,16 @@ p {
margin-top: 0.5em; margin-top: 0.5em;
} }
a:link, a:visited {
color: #5199FF;
text-decoration: none;
}
a:hover {
color: #51B7FF;
text-decoration: none;
}
#background div { #background div {
position: fixed; position: fixed;
top: 0; top: 0;