From 7c5b9234cb6855154ffca95f5af4b3a62c9314ad Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 16 Oct 2024 01:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=89=8D=E7=AB=AFBlogCont?= =?UTF-8?q?ent=20a=E6=A0=87=E7=AD=BE=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/BlogContent.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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