From 5c98f87572d07d1dabaf0c8d3fd3068607212ac4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 13 Feb 2017 12:48:05 +0000 Subject: [PATCH] Fix colour contrast on confirmation banner White on turquoise is not enough colour contrast to pass WCAG AA. --- app/assets/stylesheets/components/banner.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/banner.scss b/app/assets/stylesheets/components/banner.scss index 512841dee..5c40f11ec 100644 --- a/app/assets/stylesheets/components/banner.scss +++ b/app/assets/stylesheets/components/banner.scss @@ -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 {