update to js

This commit is contained in:
2025-02-21 19:34:56 -03:00
parent 0187f770c7
commit a557ee6e34
44 changed files with 1015 additions and 2463 deletions

View File

@@ -1,9 +1,8 @@
@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';
--font-sans: "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;
@@ -19,7 +18,8 @@
html,
body {
@apply bg-white dark:bg-gray-950;
@apply text-black dark:text-white;
@apply bg-gray-50/50 dark:bg-gray-900;
@media (prefers-color-scheme: dark) {
color-scheme: dark;