From 8253c7eb41f2d776a1ab82ec1c5b8af336d35a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 18 Apr 2025 22:38:49 -0300 Subject: [PATCH] fix anchor --- superpage/src/styles/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superpage/src/styles/app.css b/superpage/src/styles/app.css index e7d776f..a0cb9f7 100644 --- a/superpage/src/styles/app.css +++ b/superpage/src/styles/app.css @@ -2,8 +2,8 @@ @theme { --font-sans: - 'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', - 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + 'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', + 'Noto Color Emoji'; --color-yellow-primary: #ffcf82; --color-yellow-secondary: #f2ebe1; @@ -20,5 +20,5 @@ html, body { - @apply text-white bg-black; + @apply text-white bg-black scroll-pt-24; }