remove unused css
This commit is contained in:
@@ -370,7 +370,6 @@ function App() {
|
||||
defaultStyle: { backgroundColor: color[1] },
|
||||
lightStyle: { backgroundColor: Color(color[1]).lighten(0.05).string() },
|
||||
darkStyle: { backgroundColor: Color(color[1]).darken(0.1).string() }
|
||||
|
||||
}
|
||||
return data;
|
||||
});
|
||||
|
||||
@@ -215,9 +215,6 @@ li.item {
|
||||
margin-left: auto;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.menu-btn:hover {
|
||||
/*background-color: var(--white_darker);*/
|
||||
}
|
||||
.menu-btn.box {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user