Fixing bug with submenues in header.

This commit is contained in:
Ad5001 2021-08-18 22:14:33 +02:00
parent 45316ce6b9
commit fe12ef9a9f
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ nav {
&.background a[role=button] {
background-color: var(--nav-background);
color: black;
color: black !important;
display: inline;
}