From 8823f7c1b5d64a2e6cc2ac998484e37679a4edd9 Mon Sep 17 00:00:00 2001 From: npiyush97 Date: Thu, 25 Jan 2024 23:00:13 +0530 Subject: [PATCH] forgot this bit Signed-off-by: npiyush97 --- microsite/src/theme/customTheme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsite/src/theme/customTheme.scss b/microsite/src/theme/customTheme.scss index 4c71d43786..f9b844d3dc 100644 --- a/microsite/src/theme/customTheme.scss +++ b/microsite/src/theme/customTheme.scss @@ -29,7 +29,8 @@ } // for community page #__docusaurus { - .communityPage_src-pages-demos-demos-module { + div[class^='communityPage'], + div[class*='communityPage'] { a:not([class]) { text-decoration: underline; }