This commit is contained in:
sky
2025-09-29 15:49:22 -04:00
parent 6b448258ea
commit aef823f4fd
6 changed files with 95 additions and 8 deletions

View File

@ -28,12 +28,17 @@ body {
margin: 4px;
padding: 2px;
width: 7%;
/* transition-duration: 0.25s; */
transition-duration: 0.25s;
cursor: pointer;
filter: brightness(0.9);
}
.button:hover {
filter: brightness(1.1);
transform: scale(1.05);
filter: brightness(1);
transform: scale(1.1);
}
.button:active {
filter: brightness(1.2);
transform: scale(0.95);
}
.opposite {
width: 50%;