fix messagelogger deleted styles (#642)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
iwa 2023-03-22 04:37:04 +01:00 committed by GitHub
parent cae8b1a93b
commit d0b3678ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
.messagelogger-deleted div {
color: #f04747;
}
.messagelogger-deleted a {
color: #be3535;
text-decoration: underline;
}