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

made all colors go blue

This commit is contained in:
muerwre 2019-07-29 19:20:34 +07:00
parent 6547f3bed0
commit a514661007
4 changed files with 9 additions and 6 deletions

View file

@ -15,7 +15,7 @@ $purple_gradient: linear-gradient(170deg, $red, $dark_blue);
//$color_yellow: yellow;
//$main_bg_color: #161616;
$main_bg_color: #131112;
$main_bg_color: #111214;
$main_text_color: white;
$content_bg_color: #222222;
@ -33,7 +33,7 @@ $button_bg_color: $red_gradient;
$comment_bg: lighten($main_bg_color, 4%);
$panel_bg: transparent;
$node_bg: $main_bg_color;
$node_bg: lighten($main_bg_color, 1%);
$node_image_bg: lighten($main_bg_color, 4%);
$node_title_background: darken($main_bg_color, 4%);
@ -42,3 +42,7 @@ $editor_bg: lighten($main_bg_color, 4%);
$scroll_color: $red_gradient;
$scroll_inactive_opacity: 0.5;
$side_pane_btn_color: lighten($main_bg_color, 5%);
$node_buttons_bg: transparentize(black, 0.8);