Skip to content

Commit cef1a32

Browse files
committed
Remove unused css.
1 parent deedcc6 commit cef1a32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/css/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ body {
4040
height: 100%;
4141
overflow-y: auto;
4242
width: 260px;
43-
background: rgb(35, 37, 46);
4443
z-index: 99;
45-
transition: transform 0.4s ease;
4644
-webkit-transition: transform 0.4s ease;
45+
transition: transform 0.4s ease;
4746
background: rgb(42, 30, 107);
4847
background: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
4948
}

0 commit comments

Comments
 (0)