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

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new bacce04a replace primary color (#244)
bacce04a is described below

commit bacce04aa9f41f1fd678959bcf5da329ed8428c8
Author: weipeng <[email protected]>
AuthorDate: Fri Jun 6 11:28:53 2025 +0800

    replace primary color (#244)
    
    Co-authored-by: quanzheng <[email protected]>
---
 src/css/custom.css                  | 28 ++++++++++++++--------------
 src/pages/home/css/index.module.css |  4 +++-
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index 9569b9da..60032d2a 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -6,26 +6,26 @@
 
 /* You can override the default Infima variables here. */
 :root {
-  --ifm-color-primary: #8568E6;
-  --ifm-color-primary-dark: #805BDD;
-  --ifm-color-primary-darker: #7E54D9;
-  --ifm-color-primary-darkest: #7740CC;
-  --ifm-color-primary-light: #805bde;
-  --ifm-color-primary-lighter: #8262e3;
-  --ifm-color-primary-lightest: #8976ef;
+  --ifm-color-primary: #ff6f01d2;
+  --ifm-color-primary-dark: #FF7001;
+  --ifm-color-primary-darker: #FF7001;
+  --ifm-color-primary-darkest: #FF7001;
+  --ifm-color-primary-light: #ff6f01b4;
+  --ifm-color-primary-lighter: #ff6f01b4;
+  --ifm-color-primary-lightest: #ff6f01b4;
   --ifm-code-font-size: 95%;
   --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
 }
 
 /* For readability concerns, you should choose a lighter palette in dark mode. 
*/
 [data-theme='dark'] {
-  --ifm-color-primary: #8568E6;
-  --ifm-color-primary-dark: #805BDD;
-  --ifm-color-primary-darker: #7E54D9;
-  --ifm-color-primary-darkest: #7740CC;
-  --ifm-color-primary-light: #805bde;
-  --ifm-color-primary-lighter: #8262e3;
-  --ifm-color-primary-lightest: #8976ef;
+  --ifm-color-primary: #ff6f01d2;
+  --ifm-color-primary-dark: #FF7001;
+  --ifm-color-primary-darker: #FF7001;
+  --ifm-color-primary-darkest: #FF7001;
+  --ifm-color-primary-light: #ff6f01b4;
+  --ifm-color-primary-lighter: #ff6f01b4;
+  --ifm-color-primary-lightest: #ff6f01b4;
   --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
 }
 
diff --git a/src/pages/home/css/index.module.css 
b/src/pages/home/css/index.module.css
index 27ed75aa..6809804a 100644
--- a/src/pages/home/css/index.module.css
+++ b/src/pages/home/css/index.module.css
@@ -4,10 +4,12 @@
  */
 
 .heroBanner {
-  padding: 4rem 0;
+  padding: 8rem 0;
   text-align: center;
   position: relative;
   overflow: hidden;
+  background-color: #F4F6F8;
+  color: black;
 }
 
 @media screen and (max-width: 996px) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to