This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fd790eb32891 chore: update kapa widget style (#13985)
fd790eb32891 is described below

commit fd790eb328910a715afe6fa950dada9224b7fd26
Author: Ranga Reddy <[email protected]>
AuthorDate: Thu Sep 25 00:46:55 2025 +0530

    chore: update kapa widget style (#13985)
---
 website/docusaurus.config.js | 32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 1e4c6dc28c3e..47edf110ffae 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -572,17 +572,39 @@ module.exports = {
       "data-modal-header-min-height" : "64px",
       "data-modal-image-height": "40",
       "data-modal-image-width": "40",
-      "data-modal-header-bg-color": "#ffffff",
-      "data-modal-title-color": "rgb(13, 177, 249)",
-      "data-button-text-color": "rgb(41, 85, 122)",
+      "data-modal-header-bg-color": "#f8f9fa",
+      "data-modal-title-color": "#0db1f9",
+      "data-button-text-color": "#29557a",
       "data-button-text": "Ask AI",
       "data-consent-required": "true",
       "data-consent-screen-title": "Help us improve our AI assistant",
       "data-consent-screen-disclaimer" : "By clicking &quot;Allow 
tracking&quot;, you consent to the use of the AI assistant in accordance with 
kapa.ai's [Privacy Policy](https://www.kapa.ai/content/privacy-policy). This 
service uses reCAPTCHA, which requires your consent to Google's [Privacy 
Policy](https://policies.google.com/privacy) and [Terms of 
Service](https://policies.google.com/terms). By proceeding, you explicitly 
agree to both kapa.ai's and Google's privacy policies.", 
       "data-consent-screen-accept-button-text": "Allow tracking",
-      "data-query-input-placeholder-text-color": "rgb(41, 85, 122)",
-      "data-submit-query-button-bg-color": "#000",
+      "data-modal-disclaimer-font-size" : "0.80rem",
+      "data-query-input-placeholder-text-color": "#29557a",
+      "data-submit-query-button-bg-color": "#0db1f9",
+      "data-query-input-text-color": "#29557a",
       "data-user-analytics-cookie-enabled": "false",
+      "data-query-input-border-color": "#211b0e",
+      "data-question-text-color": "#0db1f9",
+      "data-answer-text-color": "#000",
+      "data-thread-clear-button-bg-color": "#000000",
+      "data-thread-clear-button-text-color": "#FFFFFF",
+      "data-answer-feedback-button-bg-color": "#000000",
+      "data-answer-feedback-button-text-color": "#FFFFFF",
+      "data-answer-feedback-button-active-bg-color": "#000000",
+      "data-answer-feedback-button-active-text-color": "#FFFFFF",
+      "data-answer-copy-button-bg-color": "#000000",
+      "data-answer-copy-button-text-color": "#FFFFFF",
+      "data-example-question-button-text-color": "#29557a",
+      "data-modal-disclaimer-bg-color": "#f8f9fa",
+      "data-modal-disclaimer-text-color": "#0db1f9",
+      "data-deep-thinking-button-bg-color": "#0db1f9",
+      "data-deep-thinking-button-text-color": "#FFFFFF",
+      "data-deep-thinking-button-active-bg-color": "#0db1f9",
+      "data-deep-thinking-button-hover-bg-color": "#FFFFFF",
+      "data-deep-thinking-button-active-hover-bg-color": "#29557a",
+      "data-deep-thinking-button-active-text-color": "#FFFFFF",
       async: true,
     }
   ],

Reply via email to