You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(css): add distinct sidebar title styling for better hierarchy
- Add Roman Silver background (#838996) and Platinum text (#e5e4e2) to sidebar titles
- Implement CSS variables for light/dark mode support
- Style custom title elements rendered by DocSidebarItem wrapper
- Improve sidebar category title hierarchy with increased spacing and borders
- Add dark mode adjustments for consistent appearance
Visual improvements:
- Clear distinction between sidebar title and navigation items
- Better visual hierarchy (title → categories → pages)
- Improved scannability and navigation structure
Technical:
- Uses CSS variables for theme compatibility
- Targets inline-styled title divs from DocSidebarItem component
- Maintains backward compatibility with legacy sidebar-category-title class
Fixes#32
0 commit comments