style(post): improve styling of deleted and removed comments

This commit is contained in:
Tom (plebeius.eth)
2024-08-26 17:05:56 +02:00
parent 2a1b2729fc
commit dea1992c14
4 changed files with 46 additions and 25 deletions
+4 -3
View File
@@ -441,13 +441,14 @@
cursor: pointer;
}
.removedContent, .deletedContent {
.redEditMessage {
text-transform: uppercase;
font-weight: 700;
color: red;
}
.removedContent {
text-transform: uppercase;
.grayEditMessage {
color: var(--post-mobile-abbr-text-color);
}
.backlink, .backlinkHash {