rowboat/apps/chat_widget/app/globals.css

8 lines
114 B
CSS
Raw Normal View History

2025-03-09 15:13:19 +05:30
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: Arial, Helvetica, sans-serif;
}