Skip to content

Commit

Permalink
Merge pull request #19 from NamanSriva/fix/dark-mode-UI
Browse files Browse the repository at this point in the history
fix: Fixed the dark mode UI
  • Loading branch information
imhardikdesai authored Oct 11, 2024
2 parents f3511de + 874f408 commit 6568ced
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
padding: 12px;
margin: 12px auto;
}
/* Dark Mode for Category List */
body.dark-mode .dropdown-menu {
background-color: #242424; /* Dark background */

}
body.dark-mode .dropdown-item{
color: #ffffff; /* White text */
}
body.dark-mode .dropdown-item:hover{
color: #333333; /* text visibility on hover */
}



.card-body{
Expand Down

0 comments on commit 6568ced

Please sign in to comment.