Browse Source

Keep links white

pull/2241/head
Kat 2 years ago
parent
commit
a79a37bd95
  1. 4
      app/frontend/styles/_unread-notification.scss

4
app/frontend/styles/_unread-notification.scss

@ -5,3 +5,7 @@
.app-unread-notification p { .app-unread-notification p {
color: govuk-colour("white"); color: govuk-colour("white");
} }
.app-unread-notification a {
color: govuk-colour("white");
}

Loading…
Cancel
Save