0.21.0
This release cleans up Vanta Admin's CSS cascade so common controls keep the intended visual feedback across admin screens.
Changed
- Removed overlapping and obsolete CSS from navigation, filters, forms, pagination, messages, and two-factor styles.
- Kept the existing split stylesheet structure while consolidating duplicate rules and removing an unnecessary global link override.
Fixed
- Fixed link hover underlines and secondary submit-button hover states that could be overridden by higher-priority rules.
- Fixed missing light-mode hover and message colors caused by undefined theme variables.
Impact
- Admin controls respond more consistently in light and dark mode.
- The stylesheet is smaller and easier to maintain without changing Django admin models, permissions, URLs, or workflows.