menu.less: Use appropriate var for active menu item caret bg
This commit is contained in:
parent
e5cf4cdd17
commit
5f648128b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue