From 1ce823bd4343bec56b16b4f29cfc81fc111a6680 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 25 Oct 2023 14:46:33 +0700 Subject: [PATCH] Enable link color blue on docusaurus markdown --- docs/src/styles/tweaks.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/src/styles/tweaks.scss b/docs/src/styles/tweaks.scss index 9def1c493..3b5e425e3 100644 --- a/docs/src/styles/tweaks.scss +++ b/docs/src/styles/tweaks.scss @@ -80,11 +80,8 @@ @apply border-gray-200 dark:border-gray-800; } -[class*="docMainContainer_"], -[class*="docSidebarContainer_"] { - table { - a { - @apply text-blue-600 dark:text-blue-400; - } +.theme-doc-markdown { + a { + @apply text-blue-600 dark:text-blue-400; } }