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.

10 lines
254 B
SCSS

$background-light: #333533;
:root {
// https://coolors.co/434371-e8eddf-79aea3-242423-333533
--color-background: #242423;
--color-foreground: #E8EDDF;
--color-accent: #434371;
--color-accent-alt: #79AEA3;
--color-background-light: #333533;
}