修复 前端BlogContent a标签深色模式的样式

This commit is contained in:
2024-10-16 01:50:21 +08:00
parent ed64e2b846
commit 539050629d

View File

@@ -178,6 +178,10 @@ onUnmounted(() => {
#blogContentContainer table td { #blogContentContainer table td {
@apply border-[1px] p-[5px]; @apply border-[1px] p-[5px];
} }
#blogContentContainer a {
@apply dark:text-white;
}
</style> </style>