This is an automated email from the ASF dual-hosted git repository.
bhavanisudha 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 81c72cac7e6 fix: fix font size for anchor links in docs and blogs for
markdown (#12329)
81c72cac7e6 is described below
commit 81c72cac7e64907b9865bed0aa7701c5506242aa
Author: pintusoliya <[email protected]>
AuthorDate: Mon Nov 25 23:38:51 2024 +0530
fix: fix font size for anchor links in docs and blogs for markdown (#12329)
---
website/src/css/custom.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index eb0c1183703..d757971199c 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -536,3 +536,7 @@ div[class^="announcementBar"][role="banner"] {
.tagsListInline ul li a{
padding: 0.3rem 5px 0.3rem;
}
+
+.markdown a {
+ font-size: inherit !important;
+}