Initial react-zen migration.
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
Mike Cao 2026-01-19 21:09:22 -08:00
parent 30c45f888f
commit 3b4776b0e0
6 changed files with 2055 additions and 16 deletions

View file

@ -1,3 +1,8 @@
:root {
--font-family: var(--font-inter), sans-serif;
--text-primary: oklch(68.5% 0.169 237.323);
}
html,
body {
font-family: var(--font-family), sans-serif;