Fixed topic hover style on black background

This commit is contained in:
kvakazyambra 2023-06-06 00:05:12 +03:00
parent 39d2e90faf
commit 529759fbe2

View File

@ -22,7 +22,11 @@
} }
.shoutTopicFloorImportant { .shoutTopicFloorImportant {
a:hover { a:link,
background: $link-color !important; a:visited {
&:hover {
background: #fff !important;
color: #000 !important;
}
} }
} }