Add theme version marker for dark mode deployment

Theme updates complete and ready for deployment:
- Dark mode as default with light mode toggle
- Progressive enhancement for JavaScript-disabled users
- Fixed header spacing and content padding
- Clean CSS without unnecessary !important flags
- localStorage theme persistence across sessions
This commit is contained in:
Russell Ballestrini 2025-10-11 14:55:00 -04:00
parent 55e39608f4
commit f2cc925935

7
.theme-version Normal file
View file

@ -0,0 +1,7 @@
2025-10-11
Dark mode implementation complete
- Default dark theme with light mode toggle
- Progressive enhancement (buttons hidden without JS)
- Fixed header with proper content padding
- UncloseAI button styling without !important
- Theme preference saved to localStorage