refactor(web): unify tokens and product copy

This commit is contained in:
2026-07-21 12:51:16 +08:00
parent 48709ea7c4
commit 907caed363
10 changed files with 239 additions and 228 deletions

View File

@@ -12,15 +12,9 @@ body,
}
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
background: #f7f8fa;
font-family: var(--font-sans);
background: var(--color-bg);
color: var(--color-text);
}
button,