sync from github

This commit is contained in:
minster586
2025-08-25 01:16:23 -04:00
parent 3c95ac2361
commit 9384c57f43
53 changed files with 6941 additions and 1347 deletions

View File

@@ -0,0 +1,34 @@
#chat .item.announcement.twitch .message {
background: rgba(145,70,255,0.75);
}
#chat .item.twitch .platform .hidden-platform {
background: rgba(145,70,255,1);
}
#chat .item.announcement.twitch.green .message {
background: linear-gradient(to bottom, rgba(0,219,132,0.75),rgba(87,190,230,0.75));
}
#chat .item.announcement.twitch.purple .message {
background: linear-gradient(to bottom, rgba(145,70,255,0.75),rgba(255,117,230,0.75));
}
#chat .item.announcement.twitch.orange .message {
background: linear-gradient(to bottom, rgba(255, 179, 26,0.75),rgba(224,224,0,0.75));
}
#chat .item.announcement.twitch.blue .message {
background: linear-gradient(to bottom, rgba(0,214,214,0.75),rgba(145,70,255,0.75));
}
#chat .event.twitch .message {
background: rgba(145,70,255,0.75);
}
#chat .item img.gigantified {
display: block;
height: 96px;
}
#statistics .platform#twitch { background: #a970ff; }