Style links.
This commit is contained in:
parent
5dfe89a0ad
commit
ab97091073
|
@ -42,7 +42,7 @@ body {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
#body nav a, #body nav a:visited {
|
||||
#body nav a:link, #body nav a:visited, #body nav a:hover {
|
||||
color: #51B7FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -57,6 +57,16 @@ p {
|
|||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #5199FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #51B7FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#background div {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue