diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss index 190e14106a..7a6b96b597 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss @@ -3,25 +3,9 @@ } .previous-page-link { + @extend .link-black-text; @include body-sm; - text-decoration: none; - font-weight: 600; - color: var(--neutral-90); - - &:hover { - text-decoration: underline; - color: var(--green-60); - } - - &:visited { - color: var(--neutral-90); - - &:hover { - color: var(--green-60); - } - } - i { margin-right: var(--spacing-02); padding-bottom: 3px;