Files
var-monorepo/apps/hub/app/globals.css
2025-02-22 17:23:03 +01:00

14 lines
196 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
/* --p: 47.67% 0.2484 267.02; */
}
body.modal-open {
overflow: hidden;
}