fix link colouring

master
ruthenic 4 years ago
parent c5f2b4724a
commit 647ee6df7a

@ -3,13 +3,14 @@ body {
color: white;
}
a {
color: white;
color: #0039e6;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #001a66;
}
a:hover {
text-decoration: underline;

Loading…
Cancel
Save