ice/public
Deco Vander 4f6b158022 Remove !important from table styles and improve selector specificity
- Remove all !important declarations from table cell styles in _index.scss
- Increase selector specificity by changing .location-cell to td.location-cell
- Change .details-cell to td.details-cell, .time-cell to td.time-cell, etc.
- This eliminates the need for !important while maintaining proper cascade order
- Follows CSS best practices for maintainable and readable stylesheets
2025-07-04 14:46:32 -04:00
..
admin.html Resolve merge conflicts between feature/css-optimization and main 2025-07-04 14:28:50 -04:00
admin.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00
app-google.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00
app-mapbox.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00
app.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -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 Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00
privacy.html Refactor privacy.html inline styles to modular SCSS 2025-07-04 14:41:28 -04:00
style-backup.css Remove unused Sass/SCSS setup 2025-07-03 21:56:26 -04:00
style.css.map Remove !important from table styles and improve selector specificity 2025-07-04 14:46:32 -04:00
utils.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00