Made the links for threads hover in a brighter color instead of a darker one (that's not usual)

and also removed the underlining appearing when hovering, as it is not
needed in this context.
This commit is contained in:
Daniel Gimmer 2017-01-11 19:54:41 +01:00 committed by Rachael Alexanderson
parent 5e29beeb25
commit 0c156585ac

View file

@ -287,7 +287,8 @@ a.topictitle {
/* a.topictitle:visited { color: #368AD2; } */
a.topictitle:hover {
color: #148ccc;
color: #ffffff;
text-decoration: none;
}
a.topictitle:active {