ice/public
Deco Vander f276c5e270 Improve dark mode text contrast by using dedicated color variables
Problem: Text with opacity created gray-on-gray which was hard to read in dark mode.

Solution: Added dedicated color variables for text hierarchy:
- --text-color: Primary text (bright)
- --text-secondary: Secondary text (medium brightness)
- --text-tertiary: Tertiary text (dimmer but still readable)

Dark mode colors:
- Primary: #e0e0e0 (bright white-ish)
- Secondary: #b0b0b0 (medium gray)
- Tertiary: #909090 (dimmer gray)

Light mode colors:
- Primary: #333 (dark)
- Secondary: #666 (medium gray)
- Tertiary: #999 (light gray)

This provides much better contrast and readability in dark mode while maintaining the visual hierarchy.
2025-07-03 21:02:47 -04:00
..
admin.html Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
admin.js Add comprehensive session security to admin panel 2025-07-03 20:53:44 -04:00
app-google.js Initial commit: ICE Watch Michigan community safety tool 2025-07-02 23:27:22 -04:00
app-mapbox.js Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
app.js Add custom map icons for persistent vs. temporary reports 2025-07-03 01:34:39 -04:00
favicon.svg Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
index.html Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
privacy.html Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
style.css Improve dark mode text contrast by using dedicated color variables 2025-07-03 21:02:47 -04:00