From 90f273c0340421025e778fa7d70d30809856ce7e Mon Sep 17 00:00:00 2001 From: ffont Date: Thu, 20 Jun 2024 12:50:25 +0200 Subject: [PATCH] Fix some styling in announcement banner --- .../bw-frontend/styles/atoms/announcementBanner.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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