From 2b42efc346fa9d25e484a4305e2b1555047ee780 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 18 Oct 2023 10:12:59 +0700 Subject: [PATCH] Make url in docusaurus documentation more visible --- docs/src/styles/tweaks.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/styles/tweaks.scss b/docs/src/styles/tweaks.scss index a1158b830..08c49d9fd 100644 --- a/docs/src/styles/tweaks.scss +++ b/docs/src/styles/tweaks.scss @@ -84,3 +84,12 @@ .table-of-contents__left-border { @apply border-gray-200 dark:border-gray-800; } + +.docMainContainer_node_modules-\@docusaurus-theme-classic-lib-theme-DocPage-Layout-Main-styles-module, +.docSidebarContainer_node_modules-\@docusaurus-theme-classic-lib-theme-DocPage-Layout-Sidebar-styles-module { + table { + a { + @apply text-blue-600 dark:text-blue-400; + } + } +}