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