From 84ab3553f3d88ed67a6ccf508a79d02f89876ef9 Mon Sep 17 00:00:00 2001 From: Nalem7 <61624650+nabim777@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:50:01 +0545 Subject: [PATCH] table fix on dark mode (#119) --- 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); }