Summary
Fixed text selection color in the KOGNITIV theme.
Previously, selecting text in blog posts using the Kognitiv theme (Leon Chamai stories) incorrectly displayed the Obsidian Forge purple selection color instead of the theme-appropriate sonar blue.
Changes
- Kognitiv theme: Text selection now uses sonar blue (#58a6ff at 40% opacity) instead of inheriting Obsidian Forge purple
- Updated roadmap to mark completed release notes features
Technical Details
Added ::selection CSS override scoped to [data-theme="kognitiv"] in the theme package to ensure consistent theming across all interactive elements.
