docs icon indicating copy to clipboard operation
docs copied to clipboard

fix: update announcement banner to use theme colors

Open saimanoharigodavarty opened this issue 2 months ago • 0 comments

  • Replace plain white background with theme-based gradient
  • Use primary color (#ff914d) and primary-light for attractive gradient
  • Add proper text color (white) for better contrast and visibility
  • Add border-bottom using primary-dark for visual separation
  • Support both light and dark themes
  • Style links within banner for consistency
  • Make banner more noticeable and consistent with site design

What has changed?

Please include a summary of the change.

This PR Resolves #(issue)

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue).
  • [ ] New feature (non-breaking change which adds functionality).
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • [ ] Documentation update (if none of the other choices apply).

How Has This Been Tested?

Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.

Checklist:

  • [ ] My code follows the style guidelines of this project.
  • [ ] I have performed a self-review of my own code.

saimanoharigodavarty avatar Nov 12 '25 06:11 saimanoharigodavarty