diff --git a/ui/src/scss/themes/themes-dark.scss b/ui/src/scss/themes/themes-dark.scss index 5aa7a29d5..8a62e0cbe 100644 --- a/ui/src/scss/themes/themes-dark.scss +++ b/ui/src/scss/themes/themes-dark.scss @@ -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; }