Skip to content

Commit dde2235

Browse files
Updates text color in banner
1 parent 35c8869 commit dde2235

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/announcement-banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="usa-banner__inner">
66
<div class="grid-col-fill tablet:grid-col-auto">
77
<p class="usa-banner__header-text font-sans-xs">
8-
<a class="text-top-white text-bold font-family-serif" href="{% unless banner.isExternal %}{{site.baseurl}}{% endunless %}{{ banner.href }}">
8+
<a class="text-top-black text-bold font-family-serif" href="{% unless banner.isExternal %}{{site.baseurl}}{% endunless %}{{ banner.href }}">
99
{{ banner.text }}
1010
</a>
1111
</p>

css/_uswds-theme-custom-styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6691,7 +6691,7 @@ $theme-table-column-gap: 4;
66916691

66926692
.announcement-banner {
66936693
.usa-banner__header-text {
6694-
color: $text-top-white;
6694+
color: $text-top-black;
66956695

66966696

66976697

0 commit comments

Comments
 (0)