link colour options

This commit is contained in:
Tazman DeVille
2014-02-02 04:26:56 +01:00
parent 3b1346c143
commit a2761213e0
4 changed files with 10 additions and 3 deletions

View File

@@ -40,11 +40,11 @@ abbr {
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
color: #0080FF;
color: #7b0000;
text-decoration: none;
}
a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
a:hover, .fakelink:hover { color: #c40003; text-decoration: underline; }
.fakelink {
cursor: pointer;
@@ -2449,4 +2449,4 @@ img.mail-list-sender-photo {
.online-now {
color: red;
cursor: pointer;
}
}