oops wrong one lmao

This commit is contained in:
cryptofyre 2022-05-29 01:04:06 -05:00 committed by GitHub
parent ff1c747e65
commit 2c4638bc66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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