fix(style): active menu item color for cyberpunk

This commit is contained in:
ppoffice 2020-08-18 00:07:42 -04:00
parent 92e1ff01cf
commit 2f0e01a21d
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ $card-background-color ?= transparent
$menu-label-color ?= $blue
$menu-item-hover-color ?= $black
$menu-item-hover-background-color ?= $yellow
$menu-item-active-color ?= $black
$menu-item-active-background-color ?= $yellow
$menu-list-border-left ?= 1px solid $text
$tag-color ?= $black
$tag-background-color ?= $blue