From 8067b5ae94dc8a3c48bfa6926958136bfd00afa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Engl=C3=B6f=20Ytterstr=C3=B6m?= Date: Thu, 6 Feb 2025 12:04:07 +0100 Subject: [PATCH] Disable color scheme preference --- src/app.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.css b/src/app.css index 97ca3f5..8c603f4 100644 --- a/src/app.css +++ b/src/app.css @@ -3,8 +3,6 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; - font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;