🎨 [style] Update stylelint configuration and user styles for dark mode enhancements
✨ [feat] Enhance stylelint configuration to ignore non-userstyle files and reduce false positives for legacy userstyles.
- Added
reportNeedlessDisables: false to suppress meta warnings.
- Scoped linting to UserCSS files only with
ignoreFiles: ["**/*", "!**/*.user.css"].
- Introduced specific overrides for UserStyle rules to accommodate legacy patterns and prevent false positives.
🎨 [style] Refactor veloviewer-darkmode.user.css for improved readability and consistency.
- Adjusted indentation and formatting for better structure.
- Ensured consistent use of CSS properties and selectors.
🎨 [style] Refactor zwifthub.com-darkmode.user.css for improved readability.
- Adjusted indentation and formatting for better structure.
- Ensured consistent use of CSS properties and selectors.
Signed-off-by: Nick2bad4u [email protected]