Skip to content

Commit

Permalink
PRMP-1237
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-start-nhs committed Dec 17, 2024
1 parent 8bdeea0 commit a306f17
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/src/styles/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -690,7 +697,9 @@ $hunit: '%';
&--desktop {
margin: 0 2rem;
}

}

}

// Generic
Expand Down

0 comments on commit a306f17

Please sign in to comment.