Restrict random buttons, Change button press highlight

This commit is contained in:
Dominic Zimmer
2022-10-30 13:23:23 +01:00
parent 58f102af60
commit cc55cbbe6b
2 changed files with 6 additions and 7 deletions

View File

@@ -27,10 +27,6 @@
--button-color: lightgrey;
}
body {
background-color: black;
}
.button {
line-height: var(--button-height);
height: var(--button-height);
@@ -42,7 +38,7 @@ body {
}
.button.pressed {
filter: drop-shadow(2px 2px 6px black);
filter: drop-shadow(2px 2px 6px white);
}
.button-a, .button-b {
--button-height: 50px;
@@ -157,5 +153,7 @@ body {
*/
.client {
height: 100vh;
width: 100vw;
background-color: black;
}