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

loading comments

This commit is contained in:
muerwre 2019-08-26 16:46:51 +07:00
parent 76a3331719
commit 398f44e232
5 changed files with 21 additions and 6 deletions

View file

@ -32,7 +32,7 @@ $text_sign: 22px;
$input_bg_color: darken($content_bg, 2%);
$button_bg_color: $red_gradient;
$comment_bg: lighten($main_bg_color, 0%);
$comment_bg: lighten($content_bg, 2%);
$panel_bg: transparent;
$node_bg: darken($content_bg, 4%);
$node_image_bg: darken($main_bg_color, 2%);