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 {
a:hover {
background: $link-color !important;
a:link,
a:visited {
&:hover {
background: #fff !important;
color: #000 !important;
}
}
}