From 9c5628721535a164b818672ed34030889af1cf16 Mon Sep 17 00:00:00 2001 From: mark-start-nhs Date: Thu, 2 Jan 2025 15:21:39 +0000 Subject: [PATCH] [PRMP-1237] Underline nav bar links in the nav bar --- 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 945b40c1d..7b230425b 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