From d5bbf3ac06be3c907ae259539711cd5e42bc6615 Mon Sep 17 00:00:00 2001 From: nabim777 Date: Tue, 19 Mar 2024 15:04:35 +0545 Subject: [PATCH] table fix on dark mode --- src/components/detail/ContentData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }