git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e41cfeb
)
Table border theming.
author
Adam Dullage
<redacted>
Thu, 20 Apr 2023 12:25:06 +0000
(13:25 +0100)
committer
Adam Dullage
<redacted>
Thu, 20 Apr 2023 12:25:06 +0000
(13:25 +0100)
flatnotes/src/toastui-editor-theme.scss
patch
|
blob
|
history
diff --git
a/flatnotes/src/toastui-editor-theme.scss
b/flatnotes/src/toastui-editor-theme.scss
index e3909bb7ef33b3f941a903b0c9c4ffc22423a9b4..7fa46c16c2175a91db8c768dd3bc318e317e0393 100644
(file)
--- 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);
+}
git clone https://git.99rst.org/PROJECT