menu.less: Use appropriate var for active menu item caret bg

This commit is contained in:
Florian Strohmaier 2021-04-28 16:41:15 +02:00 committed by Johannes Meyer
parent e5cf4cdd17
commit 5f648128b5
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
position: absolute;
right: -.75em;
background-color: @menu-bg-color;
background-color: @body-bg-color;
box-shadow: 0 0 1em 0 rgba(0,0,0,0.6);
content: "";
display: block;