Files
pedwfrontend/styles/sass/patterns/_link.scss
T

10 lines
223 B
SCSS

// This is a GOV.UK Publishing specific component that
// can be seen at http://govuk-static.herokuapp.com/component-guide/related_items
.app-link-white:link {
color: white;
}
.app-link-white:visited {
color: white;
}