new color
This commit is contained in:
parent
ccf797a086
commit
b1e27a8272
|
|
@ -1,10 +1,11 @@
|
|||
$base-gray: #f2f2f2;
|
||||
$light-black: #393e46;
|
||||
$base-black: #222831;
|
||||
$base-black: #3b4452;
|
||||
$dark-blue: #00785a;
|
||||
$light-blue: #c9fce9;
|
||||
$light-blue: #5dd8ab;
|
||||
$base-blue: #2fad8c;
|
||||
$hover-blue: #268a6f;
|
||||
$body-white: #f7f3dd;
|
||||
|
||||
@mixin transition-std {
|
||||
transition: 0.3s all ease;
|
||||
|
|
|
|||
Loading…
Reference in New Issue