forked from potsda.mn/mobilizon
red color in sitebar
This commit is contained in:
parent
6a123d0dad
commit
897d08e18d
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue