From 20469028ccc7825942ac2fc7504c1852cae75e25 Mon Sep 17 00:00:00 2001 From: Anup Tiwari Date: Wed, 17 Sep 2025 19:57:42 +0530 Subject: [PATCH] [fix/docs]: Improve announcement banner color and style Signed-off-by: Anup Tiwari --- docusaurus.config.js | 2 +- src/css/custom.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6ceb969be..f267e53f4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -99,7 +99,7 @@ module.exports = { }, announcementBar: { id: "announcementBar_1", // Increment on change - content: `⭐️ If you like Keploy, give it a star on GitHub and follow us on Twitter ❤️ `, + content: `⭐️ If you like Keploy, give it a star on GitHub and follow us on Twitter ❤️`, }, prism: { theme: prismThemes.vsLight, diff --git a/src/css/custom.css b/src/css/custom.css index 7c2b78f4b..dc527b7fe 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -745,3 +745,7 @@ textarea { } +.custom-announcement { + color:#e67643; + font-weight: bold; +}