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:
parent
6547f3bed0
commit
a514661007
4 changed files with 9 additions and 6 deletions
|
@ -49,7 +49,7 @@
|
|||
height: 54px;
|
||||
box-shadow: inset transparentize(black, 0.9) 0 -1px, inset transparentize(white, 0.95) 0 1px;
|
||||
border-radius: $panel_radius;
|
||||
background: #191919;
|
||||
background: $side_pane_btn_color;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.wrap {
|
||||
background: #090909;
|
||||
background: $node_title_background;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
@ -40,7 +40,6 @@
|
|||
height: 54px;
|
||||
border-radius: $radius $radius 0 0;
|
||||
background: linear-gradient(176deg, #f42a00, #5c1085);
|
||||
background: #222222;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue