diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 06fd56f..79ff2a5 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -178,6 +178,10 @@ onUnmounted(() => { #blogContentContainer table td { @apply border-[1px] p-[5px]; - } + +#blogContentContainer a { + @apply dark:text-white; +} + \ No newline at end of file