You've already forked AstralRinth
forked from didirus/AstralRinth
Update brand color & preprocess config
This commit is contained in:
@@ -4,6 +4,7 @@ import svelteSvg from '@poppanator/sveltekit-svg';
|
||||
|
||||
export const preprocess = sveltePreprocess({
|
||||
postcss: true,
|
||||
preserve: ['ld+json'],
|
||||
});
|
||||
|
||||
export const plugins = [
|
||||
|
||||
@@ -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%);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user