1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00

Make codemirror use tiddler-editor-border palette color (#3819)

This commit is contained in:
Simon Huber 2019-03-12 17:41:22 +01:00 committed by Jeremy Ruston
parent a4b24670f6
commit efd7aa3a53

View File

@ -5,7 +5,7 @@ tags: [[$:/tags/Stylesheet]]
.CodeMirror {
height: auto;
border: 1px solid #ddd;
border: 1px solid <<colour tiddler-editor-border>>;
line-height: 1.5;
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};