aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/messageLogger/deleteStyleText.css
blob: 85fdcd2df1f700f18f8d372cb898af24fd195b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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) {
    color: #f04747 !important;
}

.messagelogger-deleted a {
    color: #be3535 !important;
    text-decoration: underline;
}