53cd14844f
Co-authored-by: Vendicated <vendicated@riseup.net>
20 lines
477 B
CSS
20 lines
477 B
CSS
/* Message content highlighting */
|
|
.messagelogger-deleted [class*="contents"] > :is(div, h1, h2, h3, p) {
|
|
color: #f04747 !important;
|
|
}
|
|
|
|
/* Bot "thinking" text highlighting */
|
|
.messagelogger-deleted [class*="colorStandard"] {
|
|
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;
|
|
}
|