diff --git a/src/styles/components/_home-hero.scss b/src/styles/components/_home-hero.scss index 35efa46..07db71d 100644 --- a/src/styles/components/_home-hero.scss +++ b/src/styles/components/_home-hero.scss @@ -114,6 +114,18 @@ background-color: $red; + a, + a:visited, + a:active { + color: $black; + text-decoration: underline; + font-weight: bold; + } + + a:hover { + color: $white; + } + .home-hero__heading { span {