mirror of https://github.com/getmango/Mango.git
Fix incorrect dropdown color in dark mode
This commit is contained in:
parent
54cd15d542
commit
68050a9025
|
@ -66,7 +66,6 @@
|
|||
|
||||
// Dark theme
|
||||
.uk-light {
|
||||
.uk-navbar-dropdown,
|
||||
.uk-modal-header,
|
||||
.uk-modal-body,
|
||||
.uk-modal-footer {
|
||||
|
@ -75,6 +74,7 @@
|
|||
.uk-navbar-dropdown,
|
||||
.uk-dropdown {
|
||||
color: #ccc;
|
||||
background: #333;
|
||||
}
|
||||
.uk-nav-header,
|
||||
.uk-description-list > dt {
|
||||
|
|
Loading…
Reference in New Issue