Files
sub2apipay/src/app/globals.css

19 lines
286 B
CSS
Raw Normal View History

@import 'tailwindcss';
:root {
--background: #f9fafb;
--foreground: #111827;
}
body {
background: var(--background);
color: var(--foreground);
2026-03-10 18:20:36 +08:00
font-family:
system-ui,
-apple-system,
'PingFang SC',
'Hiragino Sans GB',
'Microsoft YaHei',
sans-serif;
}