fix(MessageLogger): correctly mark markdown headers red (#2511)

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
nin0dev 2024-05-27 20:21:12 -04:00 committed by GitHub
parent 8bda3a1e6a
commit c431b7d2ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,11 @@
color: var(--status-danger, #f04747) !important;
}
/* Markdown title highlighting */
.messagelogger-deleted [class*="contents"] :is(h1, h2, h3) {
color: var(--status-danger, #f04747) !important;
}
/* Bot "thinking" text highlighting */
.messagelogger-deleted [class*="colorStandard"] {
color: var(--status-danger, #f04747) !important;