From a79a37bd95565139ec49a337d393629b33536ca2 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Feb 2024 14:57:27 +0000 Subject: [PATCH] Keep links white --- app/frontend/styles/_unread-notification.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/frontend/styles/_unread-notification.scss b/app/frontend/styles/_unread-notification.scss index d76b36fa2..a42cd2d05 100644 --- a/app/frontend/styles/_unread-notification.scss +++ b/app/frontend/styles/_unread-notification.scss @@ -5,3 +5,7 @@ .app-unread-notification p { color: govuk-colour("white"); } + +.app-unread-notification a { + color: govuk-colour("white"); +}