Restrict random buttons, Change button press highlight
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user