Files
var-monorepo/apps/hub/app/globals.css
2025-01-18 00:36:10 +01:00

8 lines
119 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
}