From 14a46c4b85e567caaf4ec0c85b31ca7d888fbbd6 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:08:45 -0700 Subject: [PATCH] Update index.css --- src/assets/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 83bec77c..6912bcf4 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -6,7 +6,8 @@ html, body { font-family: "Lato", sans-serif !important; - @apply bg-background-main font-main text-type-text; + @apply bg-background-main !important; + @apply font-main text-type-text; min-height: 100vh; min-height: 100dvh; font-size: 1.0248em;