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

12 lines
214 B
CSS

#chat .event.fourthwall .message {
background: rgba(0,68,255,0.75);
}
#chat .event.fourthwall .header {
padding: 5px 0;
text-align: center;
}
#chat .event.fourthwall .header img {
height: 128px;
}