From 189edd99b92244e342a3a7af1d7699525d72d965 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 18:36:04 -0400 Subject: New homepage and added exploreralure --- app/globals.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'app/globals.css') diff --git a/app/globals.css b/app/globals.css index fd81e88..e76e819 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,17 +3,9 @@ @tailwind utilities; :root { - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; -} - -@media (prefers-color-scheme: dark) { - :root { - --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; - } + --foreground-rgb: 255, 255, 255; + --background-start-rgb: 0, 0, 0; + --background-end-rgb: 0, 0, 0; } body { -- cgit v1.2.3