feat(ui): visual refresh for Docs UI (CSS-only) #1897
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
β¨ Feature: Visual Refresh for Docs UI (CSS-only)
π§© Summary
This PR updates the Docs UI stylesheet (docs/style.css) to improve readability, consistency, and dark mode support β without altering layout or breaking existing structure.
It modernizes the base colors, typography, spacing, and responsiveness across components.
π¨ Changes Included
Refined base palette for better contrast and visual balance
Improved typography scale and line heights
Enhanced dark mode color consistency
Smoother transitions for sidebar and animation list panels
Simplified button and tooltip styles
General cleanup: removed redundant rules, aligned variable usage
π§ͺ Testing & Verification
β Verified in both light and dark mode
β Checked responsive layout at breakpoints: 700px, 1000px, and 1520px
β No JS logic or animation behavior affected
β Cross-browser tested (Chrome, Safari, Firefox)
π§± Type of Change
π UI/Style Update
π Bug Fix
π§ Refactor
π Documentation
π Related Issues
Closes #<issue_number_if_any>
π¬ Additional Notes
No HTML or JS modifications.
Fully backward-compatible with existing Animate.css docs structure.