Redesign!
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s

This commit is contained in:
2025-12-18 09:09:22 -07:00
parent 840b51eba5
commit 95bb381033
9 changed files with 416 additions and 501 deletions

View File

@@ -26,9 +26,9 @@
--color-warning-content: oklch(20% 0 0);
--color-error: oklch(60% 0.25 30);
--color-error-content: oklch(98% 0 0);
--radius-selector: 1rem;
--radius-field: 1rem;
--radius-box: 1rem;
--radius-selector: 0.5rem;
--radius-field: 0.5rem;
--radius-box: 0.75rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1px;
@@ -36,7 +36,10 @@
--noise: 0;
}
/* Only essential styles - all visual styling handled by Tailwind */
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
}