css: Respect `--menu-flyout-color`

This commit is contained in:
Johannes Meyer 2021-06-23 14:44:41 +02:00
parent 723e3ec362
commit 36034afc93
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@
position: relative;
> a {
color: @menu-flyout-color;
.var(color, menu-flyout-color);
padding-left: 1.5em;
}