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) {
|
2023-06-09 22:17:44 +02:00
|
|
|
color: #f04747 !important;
|
|
|
|
}
|
|
|
|
|
2023-08-19 00:14:51 +01:00
|
|
|
/* Bot "thinking" text highlighting */
|
2023-10-25 17:46:51 -04:00
|
|
|
.messagelogger-deleted [class*="colorStandard"] {
|
2023-08-19 00:14:51 +01:00
|
|
|
color: #f04747 !important;
|
|
|
|
}
|
|
|
|
|
2023-06-09 22:17:44 +02:00
|
|
|
/* Embed highlighting */
|
|
|
|
.messagelogger-deleted article :is(div, span, h1, h2, h3, p) {
|
2023-04-17 01:16:00 +02:00
|
|
|
color: #f04747 !important;
|
2023-02-09 19:36:30 +01:00
|
|
|
}
|
2023-03-22 04:37:04 +01:00
|
|
|
|
|
|
|
.messagelogger-deleted a {
|
2023-04-17 01:16:00 +02:00
|
|
|
color: #be3535 !important;
|
2023-03-22 04:37:04 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|