Skip to content

Commit

Permalink
Merge pull request #2304 from boltdesignsystem/hotfix/www-955-mobile-…
Browse files Browse the repository at this point in the history
…header-update

Turned the nav links to black on the mobile header
  • Loading branch information
remydenton authored Aug 26, 2021
2 parents 643c16d + 3167fb8 commit 186c83f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
width: 100%;
padding-right: $bolt-page-header-mobile-expanded-content-spacing-x;
padding-left: $bolt-page-header-mobile-expanded-content-spacing-x;
color: var(--m-bolt-text);
border-radius: 0;
}

Expand Down Expand Up @@ -213,6 +214,7 @@
.c-bolt-page-header__nav-link__nested-indicator {
display: grid;
align-items: center;
color: var(--m-bolt-link);
line-height: 1;

&:before {
Expand Down

0 comments on commit 186c83f

Please sign in to comment.