From 6222cc1634a99d50ff82ed4c0a54a4ca120f1f62 Mon Sep 17 00:00:00 2001 From: Thibault Date: Sun, 7 May 2023 18:13:49 +0200 Subject: [PATCH] Update globals.css This doesn't play well for persons that are using the dark-theme on the OS. The text become white with a white background, making it invisible. --- app/globals.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/globals.css b/app/globals.css index 622a121..44eec04 100644 --- a/app/globals.css +++ b/app/globals.css @@ -46,9 +46,3 @@ label, textarea, input { display: block; margin-bottom: 0.5rem; } - -@media (prefers-color-scheme: dark) { - html { - color-scheme: dark; - } -} \ No newline at end of file