color change

This commit is contained in:
Rachid Mrad 2024-07-16 18:03:15 -04:00
parent af4423ce18
commit 2ec3fa774d
No known key found for this signature in database

View file

@ -70,7 +70,7 @@
@include at-media(desktop) { @include at-media(desktop) {
background-color: color('primary-darker'); background-color: color('primary-darker');
border-top: solid 1px color('base'); border-top: solid 1px color('base');
border-bottom: solid 1px color('base-light'); border-bottom: solid 1px color('base-lighter');
.usa-logo__text a, .usa-logo__text a,
.usa-logo__text button, .usa-logo__text button,
@ -78,7 +78,7 @@
color: color('white'); color: color('white');
} }
.usa-nav { .usa-nav {
background-color: color('primary-lighter'); background-color: color('primary-lightest');
} }
.usa-nav__primary-item:last-child { .usa-nav__primary-item:last-child {
margin-left: auto; margin-left: auto;