From a85c3bfa62106dea32af3cd2fdb47f96c54dd7f4 Mon Sep 17 00:00:00 2001 From: samueloh99 Date: Thu, 22 Jun 2023 11:54:38 -0300 Subject: [PATCH] Removed dark bg --- styles/globals.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 9e31af5..8478f55 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -2,7 +2,7 @@ @tailwind components; @tailwind utilities; -@layer base { +/* @layer base { :root { --background: 0 0% 100%; --foreground: 222.2 47.4% 11.2%; @@ -68,17 +68,21 @@ --radius: 0.5rem; } -} +} */ @layer base { * { @apply border-border; } body { - @apply bg-background text-foreground; + /* @apply bg-background text-foreground; */ font-feature-settings: "rlig" 1, "calt" 1; } - h1,h2,h3,h4,h5{ + h1, + h2, + h3, + h4, + h5 { @apply font-display; } }