fix eslint, styling

This commit is contained in:
Tom (plebeius.eth)
2024-06-06 20:44:53 +02:00
parent 3a6d2f16b0
commit 387ae35904
3 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -392,12 +392,15 @@
cursor: pointer;
}
.removedContent {
text-transform: uppercase;
.removedContent, .deletedContent {
font-weight: 700;
color: red;
}
.removedContent {
text-transform: uppercase;
}
.backlink, .backlinkHash {
font-size: 0.8em;
}