Update brand color & preprocess config

This commit is contained in:
venashial
2022-05-20 21:47:14 -07:00
parent 8bf90714da
commit ec1aee60a1
3 changed files with 3 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import svelteSvg from '@poppanator/sveltekit-svg';
export const preprocess = sveltePreprocess({
postcss: true,
preserve: ['ld+json'],
});
export const plugins = [

View File

@@ -1,7 +1,7 @@
.theme-dark {
/* Brand colors */
--color-brand: hsl(155, 58%, 45%);
--color-brand-light: hsl(155, 54%, 30%);
--color-brand: hsl(145, 78%, 48%);
--color-brand-light: hsl(155, 54%, 35%);
--color-brand-dark: hsl(155, 58%, 25%);
--color-brand-contrast: hsl(0, 0%, 0%);