Skip to content

Commit

Permalink
Fixed minor Language Dropdown Color Bug in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunjayan999 committed Feb 13, 2025
1 parent 63fe5f9 commit b5dc72d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@
.dark .language-link {
color: #fff;
}

.dark .dropdown-content li > a {
background-color: #1c1c1c;
color: #3fe0d1;
}

.dark .dropdown-content li > a:hover {
color: #252525;
}

.dark .dropdown-content {
background-color: #1c1c1c;
}

.dark .modal-content {
background-color: #1c1c1c;
Expand Down

0 comments on commit b5dc72d

Please sign in to comment.