2023-06-09 20:17:44 +00:00
|
|
|
/* Message content highlighting */
|
2023-10-25 21:46:51 +00:00
|
|
|
.messagelogger-deleted [class*="contents"] > :is(div, h1, h2, h3, p) {
|
2024-05-14 02:15:16 +00:00
|
|
|
color: var(--status-danger, #f04747) !important;
|
2023-06-09 20:17:44 +00:00
|
|
|
}
|
|
|
|
|
2023-08-18 23:14:51 +00:00
|
|
|
/* Bot "thinking" text highlighting */
|
2023-10-25 21:46:51 +00:00
|
|
|
.messagelogger-deleted [class*="colorStandard"] {
|
2024-05-14 02:15:16 +00:00
|
|
|
color: var(--status-danger, #f04747) !important;
|
2023-08-18 23:14:51 +00:00
|
|
|
}
|
|
|
|
|
2023-06-09 20:17:44 +00:00
|
|
|
/* Embed highlighting */
|
|
|
|
.messagelogger-deleted article :is(div, span, h1, h2, h3, p) {
|
2024-05-14 02:15:16 +00:00
|
|
|
color: var(--status-danger, #f04747) !important;
|
2023-02-09 18:36:30 +00:00
|
|
|
}
|
2023-03-22 03:37:04 +00:00
|
|
|
|
|
|
|
.messagelogger-deleted a {
|
2024-05-14 02:15:16 +00:00
|
|
|
color: var(--red-460, #be3535) !important;
|
2023-03-22 03:37:04 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|