Simplify CSS architecture by removing cascade layers and !important declarations

- Remove @layer declarations and complex hybrid approach
- Eliminate all !important usage - rely on natural CSS specificity
- Add explicit color declarations to prevent inheritance issues
- Class selectors (0,0,1,0) naturally beat universal selectors (0,0,0,0)
- Fixes white-on-white modal issues on sites with CSS resets
- Works in all browsers without 2022+ cascade layer requirements
- Cleaner, more maintainable CSS architecture
This commit is contained in:
2025-09-17 16:32:46 +02:00
parent a08ddf7706
commit 10c755efca
2 changed files with 1038 additions and 1296 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff