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

Co-authored-by: V <vendicated@riseup.net>
main
VMGuy23 1 year ago committed by GitHub
parent 4c4036546a
commit 97e1e9eb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,11 @@
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;

Loading…
Cancel
Save