From 884840eb6e531ccd44080387c09be676d84e66c1 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 13 Apr 2025 22:21:55 +0200 Subject: [PATCH] feat: reset bulma colors --- src/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.scss b/src/main.scss index 95b6902..6be5d0a 100644 --- a/src/main.scss +++ b/src/main.scss @@ -8,10 +8,6 @@ $beige-lighter: #eff0eb; // Path to Bulma's sass folder @use "bulma/sass" with ( $family-primary: '"Nunito", sans-serif', - $grey-dark: $brown, - $grey-light: $beige-light, - $primary: $purple, - $link: $pink, $control-border-width: 2px, $input-shadow: none );