diff --git a/src/components/detail/ContentData.vue b/src/components/detail/ContentData.vue index d34c4ea..1fc6cc6 100644 --- a/src/components/detail/ContentData.vue +++ b/src/components/detail/ContentData.vue @@ -156,7 +156,7 @@ body[theme-dark] { } } - h1, h2, h3, h4, h5, h6, p, ul, li { + h1, h2, h3, h4, h5, h6, p, ul, li, table { color: var(--text-dark); }