From: Adam Dullage Date: Thu, 20 Apr 2023 12:25:06 +0000 (+0100) Subject: Table border theming. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5dcbf2995b36a1ec74410a26ef701c092473dbec;p=flatnotes.git Table border theming. --- diff --git a/flatnotes/src/toastui-editor-theme.scss b/flatnotes/src/toastui-editor-theme.scss index e3909bb..7fa46c1 100644 --- a/flatnotes/src/toastui-editor-theme.scss +++ b/flatnotes/src/toastui-editor-theme.scss @@ -123,3 +123,8 @@ .toastui-editor-md-code, .toastui-editor-contents code { background-color: var(--colour-background-tint); } + +// Tables +.toastui-editor-contents table th, .toastui-editor-contents table td { + border-color: var(--colour-border); +}