red color in sitebar

This commit is contained in:
778a69cd 2022-05-19 17:29:57 +02:00
parent 94309ec39b
commit 320804f982

View file

@ -3,7 +3,7 @@
@import "~bulma/sass/utilities/derived-variables.sass"; @import "~bulma/sass/utilities/derived-variables.sass";
$bleuvert: #1e7d97; $bleuvert: #1e7d97;
$jaune: #ffd599; $potsdamnred: #e08c96;
$violet: #424056; $violet: #424056;
/** /**
@ -44,7 +44,7 @@ $yellow-4: #f7ba30;
$primary: $bleuvert; $primary: $bleuvert;
$primary-invert: findColorInvert($primary); $primary-invert: findColorInvert($primary);
$secondary: $jaune; $secondary: $potsdamnred;
$secondary-invert: findColorInvert($secondary); $secondary-invert: findColorInvert($secondary);
$background-color: $violet-2; $background-color: $violet-2;