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

jianbin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new ebc2f722f39 docs: update homepage content font-size to 18px and 
improve visibility (#1057)
ebc2f722f39 is described below

commit ebc2f722f39330a671c1e67d31291fa363c26d5e
Author: Navjot Maan <[email protected]>
AuthorDate: Wed Dec 24 07:02:04 2025 +0530

    docs: update homepage content font-size to 18px and improve visibility 
(#1057)
---
 src/pages/home/feature/index.scss      | 12 ++++++------
 src/pages/home/introduction/index.scss |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/pages/home/feature/index.scss 
b/src/pages/home/feature/index.scss
index f59ab2bce9c..ea3f899d881 100644
--- a/src/pages/home/feature/index.scss
+++ b/src/pages/home/feature/index.scss
@@ -28,7 +28,7 @@
       font-family: Avenir-Medium;
       font-weight: 700;
       font-size: 36px;
-      color: #333;
+      color: #000;
       text-align: center;
       margin: 0 0 60px;
     }
@@ -54,15 +54,15 @@
           h4 {
             font-family: Avenir-Medium;
             font-weight: 700;
-            font-size: 20px;
+            font-size: 22px;
             color: #333;
             margin: 10px 0 20px;
           }
           p {
-            font-family: Avenir-Medium;
-            font-size: 14px;
-            line-height: 20px;
-            color: #999;
+            font-family: sans-serif;
+            font-size: 18px;
+            line-height: 24px;
+            color: #565555;
           }
         }
       }
diff --git a/src/pages/home/introduction/index.scss 
b/src/pages/home/introduction/index.scss
index 9102153f9a8..f0dd9baa7d9 100644
--- a/src/pages/home/introduction/index.scss
+++ b/src/pages/home/introduction/index.scss
@@ -38,14 +38,14 @@
         font-family: Avenir-Medium;
         font-weight: 700;
         font-size: 36px;
-        color: #333;
+        color: #000;
         margin-bottom: 20px;
         word-break: break-word;
       }
       p {
-        font-family: Avenir-Medium;
+        font-family: sans-serif;
         font-size: 19px;
-        color: black;
+        color: #333;
       }
       ul {
         list-style: none;


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

Reply via email to