mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 18:26:23 +00:00
683c92f904
Co-authored-by: V <vendicated@riseup.net>
14 lines
355 B
CSS
14 lines
355 B
CSS
/* Message content highlighting */
|
|
.messagelogger-deleted [class*="contents-"] > :is(div, h1, h2, h3, p) {
|
|
color: #f04747 !important;
|
|
}
|
|
|
|
/* Embed highlighting */
|
|
.messagelogger-deleted article :is(div, span, h1, h2, h3, p) {
|
|
color: #f04747 !important;
|
|
}
|
|
|
|
.messagelogger-deleted a {
|
|
color: #be3535 !important;
|
|
text-decoration: underline;
|
|
}
|