Visual and code overhaul, including Nix support
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s

This commit is contained in:
2025-07-25 21:45:28 -06:00
parent 10926a00a8
commit 8cf1d5c2e1
15 changed files with 1316 additions and 1106 deletions

View File

@@ -9,23 +9,23 @@
--color-base-100: oklch(98% 0 0);
--color-base-200: oklch(95% 0 0);
--color-base-300: oklch(91% 0 0);
--color-base-content: oklch(0% 0 0);
--color-primary: oklch(74% 0.16 232.661);
--color-primary-content: oklch(0% 0 0);
--color-secondary: oklch(50% 0.134 242.749);
--color-secondary-content: oklch(98% 0.003 247.858);
--color-accent: oklch(90% 0.058 230.902);
--color-accent-content: oklch(18.556% 0.052 122.962);
--color-neutral: oklch(42% 0.199 265.638);
--color-neutral-content: oklch(84.262% 0.025 278.68);
--color-info: oklch(60.72% 0.227 252.05);
--color-info-content: oklch(12.144% 0.045 252.05);
--color-success: oklch(85.72% 0.266 158.53);
--color-success-content: oklch(17.144% 0.053 158.53);
--color-warning: oklch(91.01% 0.212 100.5);
--color-warning-content: oklch(18.202% 0.042 100.5);
--color-error: oklch(64.84% 0.293 29.349);
--color-error-content: oklch(12.968% 0.058 29.349);
--color-base-content: oklch(20% 0 0);
--color-primary: oklch(55% 0.25 250);
--color-primary-content: oklch(98% 0 0);
--color-secondary: oklch(40% 0.2 280);
--color-secondary-content: oklch(98% 0 0);
--color-accent: oklch(45% 0.2 320);
--color-accent-content: oklch(98% 0 0);
--color-neutral: oklch(35% 0.15 260);
--color-neutral-content: oklch(95% 0 0);
--color-info: oklch(60% 0.2 220);
--color-info-content: oklch(98% 0 0);
--color-success: oklch(65% 0.2 150);
--color-success-content: oklch(98% 0 0);
--color-warning: oklch(75% 0.2 80);
--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;
@@ -35,3 +35,8 @@
--depth: 1;
--noise: 0;
}
/* Only essential styles - all visual styling handled by Tailwind */
html {
scroll-behavior: smooth;
}