diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-16 23:22:09 -0500 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-17 12:05:31 +0100 |
commit | d3b75d99694408dda9f25ad752a1f10f6b926915 (patch) | |
tree | 7d8c8008052424a1593872b796dc8247367fb4dd | |
parent | c5d7366bddeac6fcb9031ae6adc0c0d8449262be (diff) |
make big brother still appear in black in dark mode
-rw-r--r-- | apioforum/static/style.css | 7 |
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; } } |