feat: update color variables
This commit is contained in:
parent
bf1aa929c1
commit
94d7295075
1 changed files with 14 additions and 8 deletions
|
@ -1,8 +1,14 @@
|
||||||
$bg-color-light: #e74c3c;
|
$bg-color-light: #22759d;
|
||||||
$bg-color-dark: #2c3e50;
|
$bg-color-lighter: #e93f3f;
|
||||||
$bg-color-warning: #ec9b00;
|
$bg-color-dark: #33124a;
|
||||||
$copy-color: #fff;
|
$copy-color: #fff;
|
||||||
$copy-color-grey: #dedede;
|
|
||||||
$copy-color-darkgrey: #303030;
|
$copy-color-darkgrey: #303030;
|
||||||
$btn-color-positive: #00b400;
|
|
||||||
$btn-color-negative: #d70000;
|
$sebin-primary: #c64c35;
|
||||||
|
$sebin-secondary: #eda958;
|
||||||
|
$sebin-hair-primary: #4b608f;
|
||||||
|
$sebin-hair-secondary: #6684c0;
|
||||||
|
$sebin-eyes: #31c215;
|
||||||
|
$sebin-spikes: $sebin-secondary;
|
||||||
|
$sebin-horns: #413a3a;
|
||||||
|
$sebin-tail-spikes: #7f4539;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue