macros.htm: Colorize links darkblue instead of blue

master
Felix Stupp 3 years ago
parent ed7115b945
commit 2c8ac872cb
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

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

Loading…
Cancel
Save