mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
editor scrollbars
This commit is contained in:
parent
e687a3f5f3
commit
14c5f67d49
15 changed files with 349 additions and 18 deletions
|
@ -36,3 +36,9 @@ $panel_bg: #191919;
|
|||
$node_bg: #111111;
|
||||
$node_image_bg: #131313;
|
||||
$node_title_background: #191919;
|
||||
|
||||
$editor_panel_bg: lighten($main_bg_color, 5%);
|
||||
$editor_bg: lighten($main_bg_color, 10%);
|
||||
|
||||
$scroll_color: $red_gradient;
|
||||
$scroll_inactive_opacity: 0.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue