fix anchor

This commit is contained in:
2025-04-18 22:38:49 -03:00
parent 98f6c66e2f
commit 8253c7eb41

View File

@@ -2,8 +2,8 @@
@theme { @theme {
--font-sans: --font-sans:
'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; 'Noto Color Emoji';
--color-yellow-primary: #ffcf82; --color-yellow-primary: #ffcf82;
--color-yellow-secondary: #f2ebe1; --color-yellow-secondary: #f2ebe1;
@@ -20,5 +20,5 @@
html, html,
body { body {
@apply text-white bg-black; @apply text-white bg-black scroll-pt-24;
} }