fix minor issue in dark and light schemas
(cherry picked from commit 97fcc495f2
)
This commit is contained in:
parent
4e69467b14
commit
ca5a1d0853
@ -1,3 +1,4 @@
|
||||
.dropdown-header.text-white-50,
|
||||
.navbar-dark .navbar-toggler,
|
||||
.navbar-dark .nav-link.active {
|
||||
color: rgba(0,0,0,0.7) !important;
|
||||
|
@ -152,6 +152,7 @@ option {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.dropdown-header.text-black-50,
|
||||
.nav-link.active {
|
||||
color:#fff !important;
|
||||
}
|
||||
@ -373,7 +374,7 @@ pre {
|
||||
}
|
||||
|
||||
.dropdown-menu >li > a {
|
||||
color: #ccc;
|
||||
color: #ccc !important;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
|
||||
|
Reference in New Issue
Block a user