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; }