docs
docs copied to clipboard
Align announcement bar with theme colors for consistency and clear visibility(keploy/Docs #3002).
What has changed?
-
Announcement Banner Styling
- Current Behavior: The announcement banner was displayed in plain white, making it hard to notice and visually inconsistent with the rest of the docs.
- Expected Behavior: The banner now uses the docs theme colors, with a blue background (#1E73E8) and white text (#FFFFFF), making it consistent, attractive, and easily noticeable.
- Steps Taken: Updated the CSS in
custom.cssto apply the correct background and text colors.
-
Docusaurus Start Issue
- Fixed the
'docusaurus' is not recognized as an internal or external commanderror. - Steps Taken: Installed the latest Docusaurus packages locally:
Then started the dev server using:npm install @docusaurus/core@latest @docusaurus/preset-classic@latestnpx docusaurus start
- Fixed the
This PR Resolves #(3002)
Type of change
- [x] Bug fix (non-breaking change which fixes an issue).
- [x] Style update (non-breaking visual change that improves UI/UX).
How Has This Been Tested?
- Run
npx docusaurus startand confirmed the dev server starts without errors. - Verified the announcement banner displays correctly on the website.
- Checked overall styling to ensure it follows the project guidelines.
Before fixing issue :
After fixing issue :
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have performed a self-review of my own code.
Thanks for opening this pull request! If the tests fail, please feel free to reach out to us by leaving a comment down below and we will be happy to take a look