Improved contrast of hyperlinks

This commit is contained in:
2021-03-16 23:28:53 +11:00
parent ccfb5c6c89
commit db73dfa11c

View File

@ -12,8 +12,11 @@ html,body {
font-family: monospace;
}
a { color: #00F; text-decoration: underline; }
a:visited,a:active { color: #C0F; }
a {
color: #56C0F1;
text-decoration: underline;
}
a:visited,a:active { color: #D84DAC; }
a:hover { text-decoration: none; }