Enable link color blue on docusaurus markdown

This commit is contained in:
Faisal Amir 2023-10-25 14:46:33 +07:00 committed by Service Account
parent 164d28ace5
commit dd5fd4589b

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;
} }
}
} }