Add hardware mouse support

This commit is contained in:
Unrud 2022-02-21 22:30:20 +01:00
parent 1797d7585b
commit fecec13869
3 changed files with 95 additions and 3 deletions

View file

@ -76,7 +76,8 @@ button:focus {
max-width: 100%;
}
#pad > p {
#pad > p,
#mouse > p {
color: gray;
text-shadow:
-1px -1px 0 black,
@ -89,7 +90,8 @@ button:focus {
}
@media (max-width: 32rem) {
#pad > p {
#pad > p,
#mouse > p {
font-size: 13vw;
}
}