From 5baee02a6763aa228216a39be9b75abcd1012f9b Mon Sep 17 00:00:00 2001 From: Rawley Date: Wed, 9 Mar 2022 15:07:55 +0000 Subject: [PATCH] fix css coloring on dark mode --- static/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/index.css b/static/index.css index 157eb2c..25c8a06 100644 --- a/static/index.css +++ b/static/index.css @@ -169,4 +169,10 @@ a:hover:after { color: #fafafa; background-color: #242124; } + body * { + color: #fafafa; + } + body > * { + color: #fafafa; + } }