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

wikitext-via-macros
Simon Huber 2019-03-12 17:41:22 +01:00 zatwierdzone przez Jeremy Ruston
rodzic a4b24670f6
commit efd7aa3a53
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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}};