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 d67a562a141b fix: Show underline for links on Get Involved page
(#17493)
d67a562a141b is described below
commit d67a562a141bbcca605969d7681bb5e35b6a5c93
Author: pintusoliya <[email protected]>
AuthorDate: Fri Dec 5 11:18:08 2025 +0530
fix: Show underline for links on Get Involved page (#17493)
---
website/src/components/GetInvolvedGrid/styles.module.css | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/website/src/components/GetInvolvedGrid/styles.module.css
b/website/src/components/GetInvolvedGrid/styles.module.css
index 19a3e250a443..931322ce64b3 100644
--- a/website/src/components/GetInvolvedGrid/styles.module.css
+++ b/website/src/components/GetInvolvedGrid/styles.module.css
@@ -18,20 +18,11 @@
.card p,
.card a {
- color: #1e293b;
+ color: var(--ifm-blue-900);
font-size: 0.95rem;
line-height: 1.6;
}
-.card a {
- color: #0078e7;
- text-decoration: none;
-}
-
-.card a:hover {
- text-decoration: underline;
-}
-
.getInvloved {
display: flex;
flex-direction: column;