From e71f49e20dd9aa673c88d62cfcfe0f8fb83368ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Engl=C3=B6f=20Ytterstr=C3=B6m?= Date: Wed, 5 Feb 2025 11:42:04 +0100 Subject: [PATCH] Disable dark colors --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 5e70d81..a9f0b06 100644 --- a/src/app.css +++ b/src/app.css @@ -3,7 +3,7 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; + color-scheme: light; color: rgba(255, 255, 255, 0.87); background-color: #242424;