Skip to content

Commit

Permalink
Update Faqs.css
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Anushka-200617 authored Oct 22, 2024
1 parent 75e9ed8 commit 06d1ccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/pages/Home/Faqs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 06d1ccb

Please sign in to comment.