diff --git a/src/styles/tags.css b/src/styles/tags.css index 64c1872..f5748da 100644 --- a/src/styles/tags.css +++ b/src/styles/tags.css @@ -91,6 +91,12 @@ border-radius: 5px; } +.IBMSMSMBSSCategoriesBoxItem:hover { + text-decoration: unset; + color: white; + background: rgb(255 255 255 / 15%); +} + .IBMSMSMBSSCategoriesBoxSeparator { padding: 5px; line-height: 1;