mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Fix incorrect dropdown color in dark mode
This commit is contained in:
@@ -66,7 +66,6 @@
|
|||||||
|
|
||||||
// Dark theme
|
// Dark theme
|
||||||
.uk-light {
|
.uk-light {
|
||||||
.uk-navbar-dropdown,
|
|
||||||
.uk-modal-header,
|
.uk-modal-header,
|
||||||
.uk-modal-body,
|
.uk-modal-body,
|
||||||
.uk-modal-footer {
|
.uk-modal-footer {
|
||||||
@@ -75,6 +74,7 @@
|
|||||||
.uk-navbar-dropdown,
|
.uk-navbar-dropdown,
|
||||||
.uk-dropdown {
|
.uk-dropdown {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
background: #333;
|
||||||
}
|
}
|
||||||
.uk-nav-header,
|
.uk-nav-header,
|
||||||
.uk-description-list > dt {
|
.uk-description-list > dt {
|
||||||
|
|||||||
Reference in New Issue
Block a user