new color

This commit is contained in:
VividTruthKeeper 2022-09-29 14:00:42 +05:00
parent ccf797a086
commit b1e27a8272
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
$base-gray: #f2f2f2; $base-gray: #f2f2f2;
$light-black: #393e46; $light-black: #393e46;
$base-black: #222831; $base-black: #3b4452;
$dark-blue: #00785a; $dark-blue: #00785a;
$light-blue: #c9fce9; $light-blue: #5dd8ab;
$base-blue: #2fad8c; $base-blue: #2fad8c;
$hover-blue: #268a6f; $hover-blue: #268a6f;
$body-white: #f7f3dd;
@mixin transition-std { @mixin transition-std {
transition: 0.3s all ease; transition: 0.3s all ease;