Skip to content

Commit

Permalink
Update link color of mobile banner button
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Oct 16, 2020
1 parent 93f1561 commit edd78fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scss/components/_banner.scss
Expand Up @@ -19,6 +19,10 @@
// Reset default accordion button border styling for banner button.
@include u-border(0);
@include u-radius(0);
}

.usa-accordion__button.usa-banner__button,
.usa-banner__header-action {
color: currentColor;

&:hover,
Expand Down Expand Up @@ -47,3 +51,7 @@
}
}
}

.usa-banner__header-action::after {
background-color: currentColor;
}

0 comments on commit edd78fb

Please sign in to comment.