From 22dc355f7d641f3cdb54d27b1fc1f764970dd0c5 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 18 May 2025 02:11:09 +0530 Subject: [PATCH] added style for Tag list --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.css b/src/index.css index dff2b166..8758bf11 100644 --- a/src/index.css +++ b/src/index.css @@ -164,4 +164,7 @@ padding: 1px !important; .accordion-button:not(.collapsed) .toggle-icon { content: "\f146"; /* minus-circle */ +} +.hoverBox:hover{ + background-color: #f1f3f5; } \ No newline at end of file