From 605cfcd3fe0bd73fb7036475fd78fd6c149af2bb Mon Sep 17 00:00:00 2001 From: Akella Srinivas Date: Wed, 17 Sep 2025 20:45:05 +0530 Subject: [PATCH 1/4] Fix: Announcement Bar UI and Styling Signed-off-by: Akella Srinivas --- src/css/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 7c2b78f4b..3884a0c84 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -744,4 +744,10 @@ textarea { resize: vertical; } - +div[class*="announcementBar"] { + @apply bg-[#FFD7A0] text-[#1f2937] shadow-lg font-bold; + font-family: "Roboto", sans-serif; +} +div[class*="announcementBar"] a { + @apply underline hover:text-blue-900 hover:no-underline transition-colors duration-300 text-[#b45309]; +} From 87b3d2b39f3c24b96b858e9badff43c7d8177f5b Mon Sep 17 00:00:00 2001 From: Hifzaan <165919983+HifzaanDev@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:10:33 +0530 Subject: [PATCH 2/4] feat(docs): Update scroll-to-top icon color for visibility (#673) Signed-off-by: kenk999 Signed-off-by: Akella Srinivas --- src/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 3884a0c84..e00dc0581 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -744,6 +744,19 @@ textarea { resize: vertical; } +.theme-back-to-top-button { + background-color: #FF914D !important; + color: white !important; +} + +.theme-back-to-top-button svg { + fill: white !important; +} + +.theme-back-to-top-button:hover { + background-color: #e67643 !important; +} + div[class*="announcementBar"] { @apply bg-[#FFD7A0] text-[#1f2937] shadow-lg font-bold; font-family: "Roboto", sans-serif; From 192cdca7d9b09bbe30babe5819d719628feddaae Mon Sep 17 00:00:00 2001 From: Kartikey Gupta Date: Thu, 18 Sep 2025 16:26:41 +0530 Subject: [PATCH 3/4] =?UTF-8?q?Footer=20alignment=20for=20=E2=80=98Questio?= =?UTF-8?q?ns=3F=E2=80=99=20section=20in=20docs=20website=20=20(#667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: improve footer alignment for Questions section - Remove negative margins (-ml-2, -ml-0.5) causing misalignment - Increase padding from p-4 to p-6 for better spacing - Fix typo: Question? -> Questions? - Remove unnecessary ml-0 class - Enhance visual consistency and proper alignment Signed-off-by: Kartikey Gupta * fix: correct Questions section alignment by removing negative margins Signed-off-by: Kartikey Gupta --------- Signed-off-by: Kartikey Gupta Signed-off-by: Akella Srinivas --- src/components/KeployCloud.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/KeployCloud.js b/src/components/KeployCloud.js index 68b4bed1d..1650346c8 100644 --- a/src/components/KeployCloud.js +++ b/src/components/KeployCloud.js @@ -4,11 +4,11 @@ export const KeployCloud = () => { return (
-