aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index d5323f1..40df339 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -95,11 +95,8 @@ div.deleted-post {
}
div.deleted-post {
- color:var(--light-colour);
- background-color: var(--dark-colour) !important;
- border-left: 1px solid var(--border-colour);
- border-right: 1px solid var(--border-colour);
- border-top: 1px solid var(--border-colour);
+ color: red;
+ background-color: black !important;
}
}