Skip to content

Commit

Permalink
Correct settings variables for link colours in guide (#504)
Browse files Browse the repository at this point in the history
As originally spotted by @peteryates.
  • Loading branch information
peteryates authored Feb 5, 2024
2 parents 2375528 + 5af0921 commit ef878b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/content/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $govuk-assets-path: "/assets/";
$govuk-font-family: system-ui, sans-serif;
$govuk-brand-colour: #2288aa;
$govuk-link-colour: #006688;
$govuk-hover-colour: #004466;
$govuk-visited-colour: #333366;
$govuk-link-hover-colour: #004466;
$govuk-link-visited-colour: #333366;
$govuk-page-width: 1100px;

// Import GOV.UK Frontend
Expand Down

0 comments on commit ef878b2

Please sign in to comment.