messageLogger: apply deleted style to ephemeral messages (#1608)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
VMGuy23 2023-08-19 00:14:51 +01:00 committed by GitHub
parent 4c4036546a
commit 97e1e9eb7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,11 @@
color: #f04747 !important; color: #f04747 !important;
} }
/* Bot "thinking" text highlighting */
.messagelogger-deleted [class*="colorStandard-"] {
color: #f04747 !important;
}
/* Embed highlighting */ /* Embed highlighting */
.messagelogger-deleted article :is(div, span, h1, h2, h3, p) { .messagelogger-deleted article :is(div, span, h1, h2, h3, p) {
color: #f04747 !important; color: #f04747 !important;