Files
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

15 lines
364 B
CSS

@import "tailwindcss";
@source "./index.html";
@source "./scripts/**/*.js";
@theme {
--font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
--font-serif: Charter, Georgia, serif;
--font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;
--color-brand-os: #3b82f6;
--color-brand-app: #10b981;
--color-brand-bench: #f59e0b;
}