7a34807fa0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
126 B
CSS
10 lines
126 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-gray-50 text-gray-900;
|
|
}
|
|
}
|