messageLogger: apply deleted style to ephemeral messages (#1608)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
4c4036546a
commit
97e1e9eb7a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue