Table border theming.
authorAdam Dullage <redacted>
Thu, 20 Apr 2023 12:25:06 +0000 (13:25 +0100)
committerAdam Dullage <redacted>
Thu, 20 Apr 2023 12:25:06 +0000 (13:25 +0100)
flatnotes/src/toastui-editor-theme.scss

index e3909bb7ef33b3f941a903b0c9c4ffc22423a9b4..7fa46c16c2175a91db8c768dd3bc318e317e0393 100644 (file)
 .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);
+}
git clone https://git.99rst.org/PROJECT