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