Files
storybid/packages/client/src/index.css
T

15 lines
234 B
CSS
Raw Normal View History

2026-05-02 19:46:42 -05:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
/* Prevent text-size inflation on mobile */
-webkit-text-size-adjust: 100%;
}
body {
@apply bg-white text-gray-900 antialiased;
}
}