You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
232 B
SCSS

$color-primary: #ed02a7;
$color-primary-dark: #a10a73;
$color-secondary: #edcd1a;
$color-secondary-dark: #a18802;
$color-accent: #32eaed;
$color-bg: #1f0016;
body {
background-color: $color-bg;
color: rgba(255, 255, 255, 0.8);
}