mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-12 23:44:23 +00:00
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:
parent
5e29beeb25
commit
0c156585ac
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ a.topictitle {
|
||||||
/* a.topictitle:visited { color: #368AD2; } */
|
/* a.topictitle:visited { color: #368AD2; } */
|
||||||
|
|
||||||
a.topictitle:hover {
|
a.topictitle:hover {
|
||||||
color: #148ccc;
|
color: #ffffff;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.topictitle:active {
|
a.topictitle:active {
|
||||||
|
|
Loading…
Reference in a new issue