Fix MessageLogger (#1888)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Ben Richeson 2023-10-25 17:46:51 -04:00 committed by GitHub
parent 38daf6ec2b
commit 53cd14844f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 24 deletions

View file

@ -1,10 +1,10 @@
/* Message content highlighting */
.messagelogger-deleted [class*="contents-"] > :is(div, h1, h2, h3, p) {
.messagelogger-deleted [class*="contents"] > :is(div, h1, h2, h3, p) {
color: #f04747 !important;
}
/* Bot "thinking" text highlighting */
.messagelogger-deleted [class*="colorStandard-"] {
.messagelogger-deleted [class*="colorStandard"] {
color: #f04747 !important;
}