saumur: use new colors for navigation (#70620)

This commit is contained in:
Agate 2022-12-14 16:18:13 +01:00
parent 111f97680b
commit 1d99c8a89f
1 changed files with 7 additions and 3 deletions

View File

@ -46,9 +46,10 @@ $link-hover-decoration: none;
$responsive-menu: left-to-right;
$nav-button-background: $white;
$nav-background: $pink;
$nav-after-image: false;
$nav-button-color: $black;
$nav-color: white;
$nav-mobile-menu-background: $white;
$nav-item-selected-background: $orange;
@ -62,10 +63,13 @@ $nav-item-transform: uppercase;
$nav-submenu-background: $orange;
$nav-submenu-color: $white;
$nav-mobile-bottom-bar-background: $pink;
$nav-mobile-bottom-bar-color: white;
$toplinks-border-radius: 0;
$toplinks-background: transparent;
$toplinks-background: $gray-light-2;
$toplinks-box-shadow: none;
$toplinks-padding: $space-medium;
$toplinks-padding: $space-small;
$toplinks-border: none;
$cell-border: 1px solid $gray-dark-1;