Files
chatrd/js/modules/twitch/module.css
2025-08-25 01:16:23 -04:00

34 lines
934 B
CSS

#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; }