12 lines
201 B
CSS
12 lines
201 B
CSS
#chat .event.kofi .message {
|
|
background: rgba(114, 165, 242,0.75);
|
|
}
|
|
|
|
#chat .event.kofi .header {
|
|
padding: 5px 0;
|
|
text-align: center;
|
|
}
|
|
#chat .event.kofi .header img {
|
|
height: 128px;
|
|
}
|