mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed node appearance
This commit is contained in:
parent
e3d6f60850
commit
7f168a93e7
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ $button_bg_color: $red_gradient;
|
|||
|
||||
$comment_bg: lighten($main_bg_color, 0%);
|
||||
$panel_bg: transparent;
|
||||
$node_bg: $content_bg;
|
||||
$node_bg: darken($content_bg, 4%);
|
||||
$node_image_bg: lighten($main_bg_color, 4%);
|
||||
$node_title_background: darken($main_bg_color, 8%);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue