From 79d87ca7b319193d49925be8cef5905818ff660b Mon Sep 17 00:00:00 2001 From: noise Date: Sun, 1 Mar 2026 23:16:01 +0300 Subject: [PATCH] fix: force white text, just realized light mode is broken --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 82841d4..51f3a38 100644 --- a/src/style.css +++ b/src/style.css @@ -34,6 +34,7 @@ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/jp/angeltech/MoeMoji/wp.png"); background-size: cover; background-color: transparent; + color: white; } wallpaper-bg > * {