1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed grey button color

This commit is contained in:
Fedor Katurov 2019-10-21 20:32:24 +07:00
parent f40aad7b7a
commit e5c5089067
5 changed files with 6 additions and 3 deletions

View file

@ -26,7 +26,7 @@ $purple_gradient_alt: linear-gradient(90deg, #442294, #ff4545);
$main_gradient: $green_gradient;
// $main_bg_color: darken(#2c2b2b, 4%);
$main_bg_color: darken(#2c2d2d, 6%);
$main_bg_color: darken(#332f2d, 6%);
$main_text_color: white;
$content_bg: darken($main_bg_color, 0%);