Disable special coloring on visited links

master
Felix Stupp 3 years ago
parent f7c907b5a2
commit af26e08b90
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -7,9 +7,11 @@
}
a:link {
text-decoration: none;
color: blue;
}
a:visited {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: none;

Loading…
Cancel
Save