etsy-finance-tracker/client/src/index.css
dlawler489 1bc7daf33a Remove Vite template dark-mode styles from index.css
The default :root styles (dark background, white text, centered #root)
were overriding Tailwind and making all pages appear blank/dark.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 20:02:07 +10:00

3 lines
59 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;