diff --git a/freesound/static/bw-frontend/styles/atoms/announcementBanner.scss b/freesound/static/bw-frontend/styles/atoms/announcementBanner.scss index 1b207440c..6ff3a26d7 100644 --- a/freesound/static/bw-frontend/styles/atoms/announcementBanner.scss +++ b/freesound/static/bw-frontend/styles/atoms/announcementBanner.scss @@ -9,6 +9,15 @@ color: #ffffff; a { - color: #000000; + color: #ffffff; + text-decoration: underline; + text-decoration-thickness: 2px; + text-underline-offset: 3px; + text-decoration-color: currentColor; + text-decoration-skip-ink: none; + + &:hover { + color: black; + } } } \ No newline at end of file