Enable link color blue on docusaurus markdown

This commit is contained in:
Faisal Amir 2023-10-25 14:46:33 +07:00
parent 3865c802e6
commit 1ce823bd43

View File

@ -80,11 +80,8 @@
@apply border-gray-200 dark:border-gray-800; @apply border-gray-200 dark:border-gray-800;
} }
[class*="docMainContainer_"], .theme-doc-markdown {
[class*="docSidebarContainer_"] {
table {
a { a {
@apply text-blue-600 dark:text-blue-400; @apply text-blue-600 dark:text-blue-400;
} }
} }
}