Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-26 20:32:23 -03:00
committed by GitHub
parent 36e14d7165
commit 94398178bc
5 changed files with 12 additions and 21 deletions

View File

@@ -181,23 +181,9 @@ body {
}
#chat .message.twitch.first-message > div .first-chatter {
animation-name: wave-animation;
animation-duration: 2.5s;
animation-iteration-count: infinite;
transform-origin: 70% 70%;
display: inline-block;
}
@keyframes wave-animation {
0% { transform: rotate( 0.0deg) }
10% { transform: rotate(14.0deg) }
20% { transform: rotate(-8.0deg) }
30% { transform: rotate(14.0deg) }
40% { transform: rotate(-4.0deg) }
50% { transform: rotate(10.0deg) }
60% { transform: rotate( 0.0deg) }
100% { transform: rotate( 0.0deg) }
}
#chat .message.twitch .platform { color: #a970ff; background: transparent !important; text-shadow: 0px 0px 0px #a970ff;}
#chat .message.twitch .platform::after {