From d3b75d99694408dda9f25ad752a1f10f6b926915 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 16 Jun 2025 23:22:09 -0500 Subject: make big brother still appear in black in dark mode --- apioforum/static/style.css | 7 ++----- 1 file 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; } } -- cgit v1.2.3