Skip to content

Commit

Permalink
♻️ Move color to variable in mainMenu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltomasik committed Jun 27, 2018
1 parent e1e6c81 commit 909668a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/mainMenu/mainMenu.css
Expand Up @@ -4,6 +4,7 @@
--menu-background-color: var(--color-white);
--menu-item-active-gradient: linear-gradient(-27deg, #004aff 4%, #57afff 61%, #93f4fe 100%);
--menu-item-active-border-width: 7px;
--menu-item-active-color: #2475b926;
--more-menu-color: var(--color-grayscale-medium);
--offcanvas-menu-border-color: var(--color-grayscale-light);
--more-menu-border-color: var(--color-grayscale-medium);
Expand Down Expand Up @@ -192,7 +193,7 @@

.label.active {
position: relative;
background: #2475b926;
background: var(--menu-item-active-color);
color: var(--color-black);
opacity: 1;

Expand Down

0 comments on commit 909668a

Please sign in to comment.