From: Adam Dullage Date: Thu, 11 May 2023 18:59:51 +0000 (+0100) Subject: Table headers in WYSIWYG editor now honour theme color X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=68a044efa5b2c5c16d65b2628f62a31f95b7070f;p=flatnotes.git Table headers in WYSIWYG editor now honour theme color --- diff --git a/flatnotes/src/toastui-editor-theme.scss b/flatnotes/src/toastui-editor-theme.scss index 1a69f73..ca40dbb 100644 --- a/flatnotes/src/toastui-editor-theme.scss +++ b/flatnotes/src/toastui-editor-theme.scss @@ -175,3 +175,7 @@ .toastui-editor-contents table td { border-color: var(--colour-border); } + +.toastui-editor-contents th p { + color: var(--colour-text); +}