mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 02:44:49 +00:00
Make codemirror use tiddler-editor-border palette color (#3819)
This commit is contained in:
committed by
Jeremy Ruston
parent
a4b24670f6
commit
efd7aa3a53
@@ -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}};
|
||||
|
||||
Reference in New Issue
Block a user