This commit is contained in:
MLH
2024-12-22 00:56:42 +01:00
parent a6bf62b0aa
commit 377fbf0d6c

View File

@ -13,12 +13,13 @@
font-family: Arial, sans-serif;
text-shadow: 0 0 5px #000;
user-select: none;
-webkit-user-select: none;
cursor: default;
-webkit-animation-name: leaf-fall, leaf-shake;
-webkit-animation-duration: 7s, 3s;
-webkit-animation-timing-function: linear, ease-in-out;
-webkit-animation-iteration-count: infinite, infinite;
-webkit-user-select: none;
cursor: default;
animation-name: leaf-fall, leaf-shake;
animation-duration: 7s, 3s;
animation-timing-function: linear, ease-in-out;