Fixed topic hover style on black background
This commit is contained in:
parent
39d2e90faf
commit
529759fbe2
|
@ -22,7 +22,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.shoutTopicFloorImportant {
|
.shoutTopicFloorImportant {
|
||||||
a:hover {
|
a:link,
|
||||||
background: $link-color !important;
|
a:visited {
|
||||||
|
&:hover {
|
||||||
|
background: #fff !important;
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user