Improved contrast of hyperlinks
This commit is contained in:
@ -12,8 +12,11 @@ html,body {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
a { color: #00F; text-decoration: underline; }
|
a {
|
||||||
a:visited,a:active { color: #C0F; }
|
color: #56C0F1;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
a:visited,a:active { color: #D84DAC; }
|
||||||
a:hover { text-decoration: none; }
|
a:hover { text-decoration: none; }
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user