Skip to content

Commit b86341a

Browse files
Fix missing hero link styling
1 parent 6260712 commit b86341a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/components/hero/_hero.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
color: $color_nhsuk-white;
1616
position: relative; // [1]
1717

18+
a {
19+
@include nhsuk-link-style-white;
20+
}
21+
1822
.nhsuk-hero--border {
1923
// [2]
2024
border-top: $nhsuk-hero-border solid $nhsuk-secondary-border-color;

0 commit comments

Comments
 (0)