This commit is contained in:
2025-04-25 12:54:59 -03:00
parent 0c96fe4196
commit bcdbd91d92
17 changed files with 134 additions and 79 deletions

View File

@@ -1,12 +1,12 @@
@import 'tailwindcss';
@import "tailwindcss";
@theme {
--font-sans:
'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html,
body {
@apply text-white bg-black scroll-pt-22;
@apply text-white bg-black scroll-pt-22 antialiased;
}