From c6c6c7c1cc78f9a26b789ecea5a001cd97810766 Mon Sep 17 00:00:00 2001
From: Michael Novotny <manovotny@gmail.com>
Date: Tue, 1 Aug 2023 21:33:17 -0500
Subject: [PATCH] Removes color-scheme

---
 app/globals.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/app/globals.css b/app/globals.css
index 0a6d36768..21bbc4a01 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -2,12 +2,6 @@
 @tailwind components;
 @tailwind utilities;
 
-@media (prefers-color-scheme: dark) {
-  html {
-    color-scheme: dark;
-  }
-}
-
 @supports (font: -apple-system-body) and (-webkit-appearance: none) {
   img[loading='lazy'] {
     clip-path: inset(0.6px);