feat: display splatfest stages instead of normal rotation when a splatfest is occuring

This commit is contained in:
kittentm 2026-04-08 05:31:45 +02:00
commit adbd516e00
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
5 changed files with 143 additions and 65 deletions

View file

@ -322,4 +322,16 @@ body {
.sprite-linkedin { width: 30px; height: 30px; background-position: -1385px -745px; background-size: initial; aspect-ratio: 1/1; }
.sprite-stackoverflow { width: 30px; height: 30px; background-position: -1425px -745px; background-size: initial; aspect-ratio: 1/1; }
.sprite-tumblr { width: 30px; height: 30px; background-position: -1465px -745px; background-size: initial; aspect-ratio: 1/1; }
.sprite-twitter { width: 30px; height: 30px; background-position: -1505px -745px; background-size: initial; aspect-ratio: 1/1; }
.sprite-twitter { width: 30px; height: 30px; background-position: -1505px -745px; background-size: initial; aspect-ratio: 1/1; }
.splatfest-banner-container {
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.its-splatfest-time {
max-width: auto;
height: 120%;
display: block;
margin: 0 auto;
}