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

jimin 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 50d0a84e0ad optimize: fix home-page-github-button hover(#1041)
50d0a84e0ad is described below

commit 50d0a84e0ad25a7eba6cc87f42b338eccf4962a9
Author: Anupam Pandey <[email protected]>
AuthorDate: Thu Nov 20 07:53:49 2025 +0530

    optimize: fix home-page-github-button hover(#1041)
---
 src/components/button/index.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/components/button/index.scss b/src/components/button/index.scss
index 518e8b2751d..4d89dac25b7 100644
--- a/src/components/button/index.scss
+++ b/src/components/button/index.scss
@@ -46,4 +46,9 @@
     opacity: 1;
     color: #FFF;
   }
+  &-primary:hover{
+    color:#FFF;
+    border:2px solid #FFF;
+    background-color: $brandColor;
+  }
 }


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

Reply via email to