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 { a:link {
text-decoration: none; text-decoration: none;
color: blue;
} }
a:visited { a:visited {
text-decoration: none; text-decoration: none;
color: blue;
} }
a:hover { a:hover {
text-decoration: none; text-decoration: none;

Loading…
Cancel
Save