fake_shop/app/globals.css

14 lines
191 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: #f5f5f5;
--foreground: #171717;
}
body {
color: var(--foreground);
background: var(--background);
}