From 5e5b8f6f0b47f04b038bbdba6c888a33dffdde1e Mon Sep 17 00:00:00 2001 From: James Arcus <jimbo@ucc.asn.au> Date: Mon, 17 Mar 2025 21:21:26 +0800 Subject: [PATCH] Update style.css --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 1c490f6..2afcdec 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,7 @@ html.dark { background-color: black; } -html.dark > * { - filter: invert(100%); +html.dark h1, +html.dark p { + color: white; } -- GitLab