Table headers in WYSIWYG editor now honour theme color
authorAdam Dullage <redacted>
Thu, 11 May 2023 18:59:51 +0000 (19:59 +0100)
committerAdam Dullage <redacted>
Thu, 11 May 2023 18:59:51 +0000 (19:59 +0100)
flatnotes/src/toastui-editor-theme.scss

index 1a69f732d5cb33e7a8bfe0d7621e7477f31e4a49..ca40dbb395e7356e5f116e5fb04dd72f219721cc 100644 (file)
 .toastui-editor-contents table td {
   border-color: var(--colour-border);
 }
+
+.toastui-editor-contents th p {
+  color: var(--colour-text);
+}
git clone https://git.99rst.org/PROJECT