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

cells shadow

This commit is contained in:
Fedor Katurov 2019-10-21 21:17:05 +07:00
parent e5c5089067
commit 42139b0dde
5 changed files with 30 additions and 31 deletions

View file

@ -46,7 +46,7 @@ $button_bg_color: $red_gradient;
$comment_bg: lighten($content_bg, 2%);
$panel_bg: transparent;
$node_bg: darken($content_bg, 2%);
$node_image_bg: darken($main_bg_color, 7%);
$node_image_bg: darken($main_bg_color, 4%);
$node_title_background: darken($main_bg_color, 8%);
$editor_bg: $content_bg;