Update the colour variables

This commit is contained in:
Oliver-Akins 2024-01-09 22:26:24 -07:00
parent db27a5f0d7
commit 20184a045d
8 changed files with 15 additions and 122 deletions

View file

@ -4,19 +4,6 @@ $title-font: 'Pixelify Sans', sans-serif;
$body-font: sans-serif;
$input-font: $body-font;
$background: #f2f2f2;
/*
Greens:
Dark Cyan: #32908F, #048A81
Verdigris: #48A9A6
Cambridge Blue: #72BDA3
Carribean Current: #28666E
Reds:
Indian Red: #C1666B
Persian Red: #C3423F
Wine: #7C3238
Penn Red: #960200
*/
$colour-confirm: #048A81;
$text-on-confirm: white;
@ -24,8 +11,5 @@ $text-on-confirm: white;
$colour-neutral: #007ACC;
$text-on-neutral: white;
$colour-danger: red;
$colour-danger-d20: color.scale($colour-danger, $lightness: -20%);
$text-on-danger: white;
$text-on-danger-d20: white;
$colour-danger: #960200;
$text-on-danger: white;