Commit 4d73192
Fix stylelint no-descending-specificity error in Footer.css
Reordered CSS selectors to ensure proper specificity ordering:
- Moved all base link selectors (a) before pseudo-class selectors (:hover, :active, :focus)
- Grouped .footer-copyrights and .footer-mission link selectors properly
- This fixes the stylelint error where .footer-copyrights a appeared after .footer-mission a:hover/active/focus
The rule requires less specific selectors to appear before more specific ones to avoid unexpected CSS cascade behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 3995ea4 commit 4d73192
3 files changed
Lines changed: 46917 additions & 8026 deletions
0 commit comments