Cleaned up a few things

This commit is contained in:
Max Robinson
2021-02-12 17:46:03 -07:00
parent d1119b65e8
commit 5caa653db1
5 changed files with 12 additions and 10 deletions

6
dist/css/style.css vendored
View File

@@ -39,12 +39,12 @@ body{
background-color: #3a4b68;
display: grid;
grid-template-columns: repeat(3, 1fr);
opacity: 0.8;
/* opacity: 0.8; */
}
.control-panel:hover {
/* .control-panel:hover {
opacity: 1;
}
} */
.control-set {
margin: 5px;