From 4e3b13566d99d798b159221ab9f3c31b7df78557 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 9 Feb 2025 00:00:37 +0000 Subject: [PATCH] Update src/styles/tags.css --- src/styles/tags.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;