Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
border-radius: 5px;
outline: none;
background-color: white;
color: #ffffff;
color: black;
transition: background-color 0.3s ease, border-color 0.3s ease;

}
Expand All @@ -992,6 +992,7 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
/* Green border on focus */
background-color: rgb(0, 85, 160);
/* Slightly lighter background on focus */
color: white;

}

Expand Down