Skip to content

Commit

Permalink
improved styling for faq section making it more user attractive
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishraj7 committed Oct 28, 2024
1 parent 1ab4455 commit 87355bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}

.faq-question {
background-color: #e7ffe7;
color: #333;
background-color: #369ef9;
color: whitesmoke;
padding: 10px;
width: 100%;
text-align: left;
Expand All @@ -57,7 +57,8 @@
}

.faq-question:hover {
background-color: #d5f0d5;
background-color: whitesmoke;
color:#369ef9 ;
/* Lighter green on hover */
}

Expand Down
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
}

.faq-question {
background-color: #e7ffe7;
color: #333;
background-color: #369ef9;
color: whitesmoke;
padding: 10px;
width: 100%;
text-align: left;
Expand All @@ -259,8 +259,9 @@
}

.faq-question:hover {
background-color: #d5f0d5;
/* Lighter green on hover */
background-color: whitesmoke;
color:#369ef9 ;
/* new colour on hover */
}

.faq-question::after {
Expand Down

0 comments on commit 87355bc

Please sign in to comment.