From 8c871231d23fa1cf7c877b15bad75604d552195b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Jul 2025 10:56:31 -0400 Subject: [PATCH] Change destination page default theme to light mode --- static/css/qr_destination.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/qr_destination.css b/static/css/qr_destination.css index 445884c..490f683 100644 --- a/static/css/qr_destination.css +++ b/static/css/qr_destination.css @@ -777,7 +777,7 @@ body { } /* Dark Mode Support */ -@media (prefers-color-scheme: dark) { +@media (prefers-color-scheme: light) { :root { --white: #1a1a1a; --gray-50: #262626;