From 7860890a61a2264f541675ce7aad79b2d96bf0ae Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:05:41 +0700 Subject: [PATCH] update: remove body style, and change paragraph margin top --- src/styles/globals.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index ea81f13..1c0f188 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -80,9 +80,6 @@ body { @apply border-border; /* @apply outline outline-1 outline-red-500; */ } - body { - @apply bg-background text-foreground; - } ::-webkit-scrollbar { @apply h-1.5 w-1.5; @@ -108,7 +105,7 @@ body { @apply scroll-m-20 text-xl font-semibold tracking-tight; } p { - @apply leading-7 [&:not(:first-child)]:mt-6; + @apply leading-7 [&:not(:first-of-type)]:mt-6; } blockquote { @apply mt-6 border-l-2 pl-6 italic;