feat: reset bulma colors

This commit is contained in:
moanos [he/him] 2025-04-13 22:21:55 +02:00
parent e743608539
commit 884840eb6e

View File

@ -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
);