Skip to content

Commit

Permalink
Update themes-dark.scss (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 7, 2023
1 parent 650744e commit ca4cb22
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ui/src/scss/themes/themes-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
border-bottom-width: 1px;
}

.dropdown-menu {
background-color: $secondaryBackground;
}

.dropdown-divider {
border-top: 1px solid #555555;
}

.navbar .dropdown-menu a:not(.active) {
color: #eeeeee;
}

.dropdown-item:hover, .dropdown-item:focus {
background-color: #555555;
}

.primary-text {
color: $darkModePrimary;
}
Expand Down

0 comments on commit ca4cb22

Please sign in to comment.