Files
website-v2/frontend/styles.css
2022-05-23 17:54:27 -04:00

10 lines
107 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* custom classes */
body {
color: white;
}