remove unused css

This commit is contained in:
np.w
2021-03-02 15:30:47 -06:00
parent 54736f9cb3
commit d0118ddabf
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -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;
});
-3
View File
@@ -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;
}