From 3c8ad54a2e12ac489e5d134c2a5ecfc0506b1536 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 23 May 2025 01:30:54 +0000 Subject: [PATCH] fix(config-checker): attempt to trigger darkreader's dark mode detection --- config-checker/src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/config-checker/src/style.css b/config-checker/src/style.css index cbaab1bb..586281cd 100644 --- a/config-checker/src/style.css +++ b/config-checker/src/style.css @@ -5,6 +5,7 @@ body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; + background-color: black; background: linear-gradient(45deg, #040a0e, #27699e); color: #f8f8f8; margin: 0;