cleaned hotkeys and button coloring

This commit is contained in:
Max Robinson
2021-11-28 22:29:36 -06:00
parent 347d590aa2
commit 6c41248bd6
3 changed files with 25 additions and 24 deletions

8
dist/css/style.css vendored
View File

@@ -79,6 +79,9 @@ button {
button:hover{
background-color: #81d2c7;
}
button:active{
background-color: #595e77;
}
.icon-links {
font-size: 35px;
@@ -163,10 +166,7 @@ button:hover{
height: 30px;
margin-top: 5px;
}
.edit-mode-btn:hover{
background-color: #81d2c7;
}
.edit-mode-btn#drag-view {
.edit-mode-btn.selected {
background-color: #81d2c7;
}
#clear-walls {