1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed colors

This commit is contained in:
Fedor Katurov 2019-10-13 21:52:10 +07:00
parent ef74dc42e5
commit 1d4c76f217
2 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@
svg {
width: 32px;
height: 32px;
fill: #222222;
fill: $content_bg;
stroke: none;
}
}

View file

@ -15,11 +15,11 @@ $green_gradient: linear-gradient(170deg, adjust_hue($wisegreen, 15deg) 0%, $wise
$purple_gradient: linear-gradient(170deg, $red, $dark_blue);
$cyan_gradient: linear-gradient(260deg, #3c75ff -50%, #7b2653 150%);
$main_bg_color: #2b2c34;
$main_bg_color: #2c2b2b;
$main_text_color: white;
$content_bg: darken($main_bg_color, 4%);
$content_bg_secondary: darken($content_bg, 3%);
$content_bg: darken($main_bg_color, 6%);
$content_bg_secondary: darken($content_bg, 2%);
$cell_bg: lighten($main_bg_color, 0%);
$card_bg: lighten($main_bg_color, 0%);
@ -35,7 +35,7 @@ $button_bg_color: $red_gradient;
$comment_bg: lighten($content_bg, 2%);
$panel_bg: transparent;
$node_bg: darken($content_bg, 4%);
$node_image_bg: darken($main_bg_color, 2%);
$node_image_bg: darken($main_bg_color, 7%);
$node_title_background: darken($main_bg_color, 8%);
$editor_bg: $content_bg;