feat: adopt kumo green ui system

This commit is contained in:
2026-07-02 07:12:31 -07:00
parent 4bb4312b08
commit 0f0bd8813d
32 changed files with 1453 additions and 796 deletions

View File

@@ -1,4 +1,5 @@
@import "tailwindcss";
@import "@cloudflare/kumo/styles";
@custom-variant dark (&:is(.dark *));
@@ -49,6 +50,15 @@
--border: oklch(0.89 0.016 151);
--input: oklch(0.89 0.016 151);
--ring: oklch(0.54 0.11 155);
--color-kumo-brand: var(--primary);
--color-kumo-brand-hover: oklch(0.42 0.12 155);
--color-kumo-focus: var(--ring);
--color-kumo-link: var(--primary);
--text-color-kumo-brand: var(--primary);
--text-color-kumo-link: var(--primary);
--color-kumo-success: oklch(0.52 0.13 155);
--color-kumo-success-tint: oklch(0.93 0.045 152);
--color-kumo-badge-green: oklch(0.48 0.11 155);
}
* {