.dungeon/styles/_vars.scss
2024-01-09 22:24:22 -07:00

31 lines
No EOL
578 B
SCSS

@use "sass:color";
$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;
$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;