mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-06 09:10:26 -05:00
8 lines
175 B
CSS
8 lines
175 B
CSS
.messagelogger-deleted :is(div, h1, h2, h3, p) {
|
|
color: #f04747 !important;
|
|
}
|
|
|
|
.messagelogger-deleted a {
|
|
color: #be3535 !important;
|
|
text-decoration: underline;
|
|
}
|