Skip to content

Commit

Permalink
Change color to rgba mainMenu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltomasik committed Jun 27, 2018
1 parent 909668a commit 0e5ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mainMenu/mainMenu.css
Expand Up @@ -4,7 +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;
--menu-item-active-color: rgba(36, 117, 185, 0.15);
--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

0 comments on commit 0e5ec24

Please sign in to comment.