Skip to content

Commit

Permalink
Nav unification: update Nightfall color scheme to be compatible with …
Browse files Browse the repository at this point in the history
…Nav Unification (#47751)
  • Loading branch information
frontdevde authored Nov 26, 2020
1 parent 942cc9f commit a3a76b4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,10 @@
--color-sidebar-menu-hover-background: var( --studio-blue-70 );
--color-sidebar-menu-hover-background-rgb: var( --studio-blue-70-rgb );
--color-sidebar-menu-hover-text: var( --studio-white );

/* Sidebar Submenu - Nav Unification */
--color-sidebar-submenu-background: var( --studio-blue-90 );
--color-sidebar-submenu-text: var( --studio-white );
--color-sidebar-submenu-hover-text: var( --studio-blue-20 );
--color-sidebar-submenu-selected-text: var( --studio-white );
}

0 comments on commit a3a76b4

Please sign in to comment.