Fixing bug with menu on mobile on pages with white header.
This commit is contained in:
parent
22f8e4ec13
commit
1942ecf382
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ nav {
|
||||||
|
|
||||||
/* removing white text from menu with light background */
|
/* removing white text from menu with light background */
|
||||||
nav.menu-shown.text-white [role=button], nav.menu-shown.text-white button {
|
nav.menu-shown.text-white [role=button], nav.menu-shown.text-white button {
|
||||||
color: black;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.menu-shown.text-white .navbar-list li.background {
|
nav.menu-shown.text-white .navbar-list li.background {
|
||||||
|
|
Loading…
Reference in a new issue