MessageLogger: Apply styles to gifs, stickers & new markdown

This commit is contained in:
Vendicated 2023-04-17 01:16:00 +02:00
parent 1caaa78490
commit ce64631310
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
3 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,8 @@
.messagelogger-deleted div {
color: #f04747;
.messagelogger-deleted :is(div, h1, h2, h3, p) {
color: #f04747 !important;
}
.messagelogger-deleted a {
color: #be3535;
color: #be3535 !important;
text-decoration: underline;
}