diff options
Diffstat (limited to 'client/src/app/shared/menu')
-rw-r--r-- | client/src/app/shared/menu/top-menu-dropdown.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.scss b/client/src/app/shared/menu/top-menu-dropdown.component.scss index 5f90dcf80..84dd7dce3 100644 --- a/client/src/app/shared/menu/top-menu-dropdown.component.scss +++ b/client/src/app/shared/menu/top-menu-dropdown.component.scss | |||
@@ -48,8 +48,8 @@ | |||
48 | width: 100%; | 48 | width: 100%; |
49 | 49 | ||
50 | &.active { | 50 | &.active { |
51 | color: var(--mainBackgroundColor) !important; | 51 | color: pvar(--mainBackgroundColor) !important; |
52 | background-color: var(--mainHoverColor); | 52 | background-color: pvar(--mainHoverColor); |
53 | opacity: .9; | 53 | opacity: .9; |
54 | } | 54 | } |
55 | } | 55 | } |