From a306f1743bdc885fc8719591d99b1f23b4efbe4f Mon Sep 17 00:00:00 2001 From: mark start Date: Tue, 17 Dec 2024 15:39:59 +0000 Subject: [PATCH] PRMP-1237 --- app/src/styles/App.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/src/styles/App.scss b/app/src/styles/App.scss index 096f72080..ae11764a3 100644 --- a/app/src/styles/App.scss +++ b/app/src/styles/App.scss @@ -678,9 +678,16 @@ $hunit: '%'; } &_item { - a, - a:hover { + + a { color: $color_nhsuk-white; + text-decoration: underline; + text-decoration-color: $color_nhsuk-white; + text-underline-offset: 2px; + } + + a:hover { + text-decoration: none; } a:visited { @@ -690,7 +697,9 @@ $hunit: '%'; &--desktop { margin: 0 2rem; } + } + } // Generic