File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/govuk-frontend/src/govuk
components/service-navigation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 @include _govuk-rebrand (
1919 " background-color" ,
2020 $from : $govuk-service-navigation-background ,
21- $to : $ _govuk-rebrand-template-background- colour
21+ $to : _govuk-brand- colour ( " blue " , " tint-95 " )
2222 );
2323 }
2424
Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ $govuk-link-active-colour: govuk-colour("black") !default;
184184///
185185/// @type Colour
186186/// @access private
187- $_govuk-rebrand-template-background-colour : govuk-tint ( $govuk- brand-colour, 95 % );
187+ $_govuk-rebrand-template-background-colour : _govuk- brand-colour( " blue " , " tint-95 " );
188188
189189/// Border colour for areas on a light-blue background
190190///
191191/// @type Colour
192192/// @access private
193- $_govuk-rebrand-border-colour-on-blue-tint-95 : govuk-tint ( $govuk- brand-colour, 50 % );
193+ $_govuk-rebrand-border-colour-on-blue-tint-95 : _govuk- brand-colour( " blue " , " tint-50 " );
You can’t perform that action at this time.
0 commit comments