Skip to content

Commit

Permalink
Merge pull request #11 from nationalarchives/fcl-78-migrate-colour-va…
Browse files Browse the repository at this point in the history
…riables-to-shared-sass

Move common colours to the shared frontend repository
  • Loading branch information
jacksonj04 authored Sep 11, 2023
2 parents ed59f3e + 8c93680 commit fcf1f4a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/includes/variables/_colours.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
$color__almost-black: #121212;
$color__light-pink: #fbe2bc;
$color__white: #fff;
$color__light-grey: #efefef;
$color__dark-blue: #134571;
$color__grey: #ddd;
$color__dark-grey: #555;
$color__black: #000;
$color__highlight-blue: #0066cc;
$color__yellow: #ffb952;
$color__aqua-blue: #037091;

$color__success: #336600;
$color__information: #96d2f8;
$color__failure: #cc3300;

$color__green: #3bb300;
$color__red: #ff0000;

$color__link-blue: $color__aqua-blue;
$color__link-blue-hover: $color__dark-blue;
$color__link-blue-focus: $color__dark-blue;
$color__link-blue-visited: #4c2c92;
$color__link-blue-active: #1e1e2a;

$color__focus-blue-outline: #1d70b8;
$color__cta-background: $color__aqua-blue;
$color__cta-background-hover: $color__dark-blue;

0 comments on commit fcf1f4a

Please sign in to comment.