slightly transparent control panel

This commit is contained in:
MaxRobinsonTheGreat
2020-07-23 22:53:28 -06:00
parent b2f18ee240
commit 22e39b22ee
4 changed files with 11 additions and 7 deletions

6
dist/css/style.css vendored
View File

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

2
dist/js/bundle.js vendored

File diff suppressed because one or more lines are too long