Skip to content

Commit

Permalink
Change agency banner color to AA accessibility vaild colour (#258)
Browse files Browse the repository at this point in the history
Several agencies, OPG, HMCTS and JO had header banner colours that did
not meet AA accessibility standards when white external link text was
overlayed ontop. This fixes that with AA compliant colours. All colours
have been approved by the agencies.
  • Loading branch information
brown-a2 authored and wilson1000-MoJ committed Dec 9, 2019
1 parent 8fd4348 commit 0760958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/clarity/src/globals/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ rupture.scale-names = 'xxs' 'xs' 's' 'm' 'l' 'xl' 'xxl';
$defaultAgencyColour = #005ea5; // default Gov blue
$socialLinks = #005ea5;
$cica_primary = $defaultAgencyColour;
$hmcts_primary = #67b2e8;
$hmcts_primary = #1B75B6;
$hmpps_primary = $defaultAgencyColour; // previously called 'noms'.
$jac_primary = $defaultAgencyColour;
$jo_primary = #008998;
$jo_primary = #00818F;
$lc_primary = #006666;
$hq_primary = $defaultAgencyColour;
$nps_primary = $defaultAgencyColour;
$opg_primary = #76b700;
$opg_primary = #00838F;
$pb_primary = #ab0755;
$ppo_primary = $defaultAgencyColour;
$laa_primary = #156c60;

0 comments on commit 0760958

Please sign in to comment.