Merge pull request #23247 from daraelmin/patch-6

Fix Darkmode color of menu without link
This commit is contained in:
Laurent Destailleur 2022-12-22 15:07:24 +01:00 committed by GitHub
commit f2d7c2d90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3166,7 +3166,7 @@ a.vmenu:link, a.vmenu:visited {
a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vsmenu {
font-family: <?php print $fontlist ?>;
text-align: <?php print $left; ?>;
color: #202020;
color: var(--colortextbackvmenu);
margin: 1px 1px 1px 6px;
}
span.vsmenudisabled, font.vsmenudisabled {