Fixing bug with menu on mobile on pages with white header.

This commit is contained in:
Ad5001 2021-10-03 22:13:47 +02:00
parent 22f8e4ec13
commit 1942ecf382
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -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 {