fistmas 2022: cachebusting

pull/79/head
justcool393 2022-12-15 17:23:15 -06:00 committed by geese_suck
parent 6ad8a7f879
commit a63e556b58
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 5 additions and 5 deletions

View File

@ -245,15 +245,15 @@ color: #7a7a7a !important;
}
body {
cursor: url(/assets/images/event/cursor.png), auto !important;
cursor: url(/assets/images/event/cursor.png?v=1), auto !important;
}
textarea, input[type=textbox], input[type=search] {
cursor: url(/assets/images/event/text.png), auto !important;
cursor: url(/assets/images/event/text.png?v=1), auto !important;
}
.btn, input[type=button], button, a, img {
cursor: url(/assets/images/event/pointer.png), auto !important;
cursor: url(/assets/images/event/pointer.png?v=1), auto !important;
}
/* lights */
@ -265,11 +265,11 @@ textarea, input[type=textbox], input[type=search] {
left: 0;
height: 57px;
width: 100%;
background: url(https://i.imgur.com/Lhfdgx5.png);
background: url('/i/event/lights.png?v=1');
animation: lights 1s infinite steps(2);
pointer-events: none;
}
@keyframes lights {
0% {
/*Two zeros, not one !!*/