From 06d1ccb03ce7ea5f373782038adbf51a7ae30ecd Mon Sep 17 00:00:00 2001 From: Anushka-200617 Date: Tue, 22 Oct 2024 13:07:08 +0530 Subject: [PATCH] Update Faqs.css Updated the FAQ section to improve usability by making questions clickable, enhancing text visibility, adding smooth transitions, dark mode support, and mobile responsiveness. Adjusted hover effects, background colors, and divider lines for better contrast and readability. --- frontend/src/pages/Home/Faqs.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/Home/Faqs.css b/frontend/src/pages/Home/Faqs.css index 45a3455..0b4d305 100644 --- a/frontend/src/pages/Home/Faqs.css +++ b/frontend/src/pages/Home/Faqs.css @@ -28,8 +28,7 @@ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); padding: 15px 20px; cursor: pointer; - transition: background-color 0.3s ease, box-shadow 0.3s ease, - transform 0.3s ease; + transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; } .faq-item:hover {