From d60a5a31f9b44c6df427c193f487f3166050400a Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:11:50 -0400 Subject: [PATCH] style: bg color match mockup --- src/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index ad6bbd3..9483981 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -8,6 +8,10 @@ @apply text-base; } + html { + @apply bg-neutral-50; + } + h1, h2, h3, h4 { @apply font-header; @apply text-neutral-900;