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
View File
@@ -30,6 +30,10 @@ hr {
text-transform: capitalize;
}
.uppercase {
text-transform: uppercase;
}
.red {
color: red !important;
}