fix(MessageLogger): correctly mark markdown headers red (#2511)
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
8bda3a1e6a
commit
c431b7d2ab
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
color: var(--status-danger, #f04747) !important;
|
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 */
|
/* Bot "thinking" text highlighting */
|
||||||
.messagelogger-deleted [class*="colorStandard"] {
|
.messagelogger-deleted [class*="colorStandard"] {
|
||||||
color: var(--status-danger, #f04747) !important;
|
color: var(--status-danger, #f04747) !important;
|
||||||
|
|
Loading…
Reference in a new issue