Fix colour contrast on confirmation banner

White on turquoise is not enough colour contrast to pass WCAG AA.
This commit is contained in:
Chris Hill-Scott
2017-02-13 12:48:05 +00:00
parent ea907ffc15
commit 5c98f87572

View File

@@ -3,7 +3,7 @@
.banner-default {
@include core-19;
background: $turquoise;
background: $govuk-blue;
color: $white;
display: block;
padding: $gutter-half;
@@ -36,7 +36,7 @@
background-size: 19px;
background-repeat: no-repeat;
background-position: $gutter-half $gutter-half;
font-weight: bold;
}
.banner-default-with-tick {