Merge branch 'main' of https://github.com/ciderapp/Cider into main

This commit is contained in:
Jason Chen 2022-05-29 13:19:11 -07:00
commit ec41b8655b
2 changed files with 4 additions and 4 deletions

View file

@ -18,14 +18,14 @@
flex: 1;
.top-nav-group {
background : @baseColor;
background : #1e1e1e99;
border : 1px solid lighten(@baseColor, 8);
border-radius: 12px;
display : flex;
height : 32px;
.app-sidebar-item {
background-color: @baseColor;
background-color: #1e1e1e00;
border-radius : 10px !important;
border : 0px;
min-width : 120px;