fake_shop/app/globals.css

14 lines
191 B
CSS
Raw Normal View History

2025-02-07 18:04:25 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
2025-02-10 19:24:19 +08:00
--background: #f5f5f5;
2025-02-07 18:04:25 +08:00
--foreground: #171717;
}
body {
color: var(--foreground);
background: var(--background);
}