forked from potsda.mn/mobilizon
red color in sitebar
This commit is contained in:
parent
60616a75f7
commit
21478897c0
|
@ -3,7 +3,7 @@
|
|||
@import "~bulma/sass/utilities/derived-variables.sass";
|
||||
|
||||
$bleuvert: #1e7d97;
|
||||
$jaune: #ffd599;
|
||||
$potsdamnred: #e08c96;
|
||||
$violet: #424056;
|
||||
|
||||
/**
|
||||
|
@ -44,7 +44,7 @@ $yellow-4: #f7ba30;
|
|||
|
||||
$primary: $bleuvert;
|
||||
$primary-invert: findColorInvert($primary);
|
||||
$secondary: $jaune;
|
||||
$secondary: $potsdamnred;
|
||||
$secondary-invert: findColorInvert($secondary);
|
||||
|
||||
$background-color: $violet-2;
|
||||
|
|
Loading…
Reference in a new issue