2023-06-09 20:17:44 +00:00
|
|
|
/* Message content highlighting */
|
|
|
|
.messagelogger-deleted [class*="contents-"] > :is(div, h1, h2, h3, p) {
|
|
|
|
color: #f04747 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Embed highlighting */
|
|
|
|
.messagelogger-deleted article :is(div, span, h1, h2, h3, p) {
|
2023-04-16 23:16:00 +00:00
|
|
|
color: #f04747 !important;
|
2023-02-09 18:36:30 +00:00
|
|
|
}
|
2023-03-22 03:37:04 +00:00
|
|
|
|
|
|
|
.messagelogger-deleted a {
|
2023-04-16 23:16:00 +00:00
|
|
|
color: #be3535 !important;
|
2023-03-22 03:37:04 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|