docs icon indicating copy to clipboard operation
docs copied to clipboard

[fix/docs]: Improve announcement banner color and style

Open anuptiwari17 opened this issue 4 months ago • 0 comments

What has changed?

This PR improves the announcement banner color and style in the Keploy docs website:

  • The banner now uses the theme’s primary color instead of plain white, making it consistent with the rest of the documentation style.
  • Minor layout improvements for better alignment and visibility.

This PR resolves #3002.

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue).

How Has This Been Tested?

  • Ran npm run build → No errors.
  • Ran npm run serve → Verified that the announcement banner shows the updated styling as intended.
  • Screenshot:

Updated announcement banner with theme’s primary color

Checklist

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

anuptiwari17 avatar Sep 17 '25 15:09 anuptiwari17