Files
sub2apipay/src/app/globals.css

13 lines
262 B
CSS
Raw Normal View History

@import 'tailwindcss';
:root {
--background: #f9fafb;
--foreground: #111827;
}
body {
background: var(--background);
color: var(--foreground);
font-family: system-ui, -apple-system, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}