Fixed hover color on in the popup buttons on the feed page

This commit is contained in:
kvakazyambra 2023-11-27 23:59:07 +03:00
parent abd0ab7ccf
commit 70adae46a8

View File

@ -19,7 +19,7 @@
&:hover { &:hover {
background: #000; background: #000;
color: #fff; color: #fff !important;
} }
} }
} }