From 4358b3f4df9c9fab6dd5a4677e17d817197cfac1 Mon Sep 17 00:00:00 2001 From: isid555 Date: Thu, 31 Oct 2024 23:30:40 +0530 Subject: [PATCH] Added the hover functionality for better UI --- assets/css/Faq.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/Faq.css b/assets/css/Faq.css index 2c41607..2416668 100644 --- a/assets/css/Faq.css +++ b/assets/css/Faq.css @@ -84,7 +84,9 @@ font-size: 18px; font-weight: 600; } - +.expandToggle:hover{ + background: #f97c82; +} .revert { display: none; padding-bottom: 2px;