Remove unused css.

This commit is contained in:
Cotes Chung 2019-11-17 00:45:30 +08:00
parent 89aa2b9370
commit 299d7e799f
1 changed files with 1 additions and 2 deletions

View File

@ -40,10 +40,9 @@ body {
height: 100%;
overflow-y: auto;
width: 260px;
background: rgb(35, 37, 46);
z-index: 99;
transition: transform 0.4s ease;
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
background: rgb(42, 30, 107);
background: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
}