mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Make codemirror use tiddler-editor-border palette color (#3819)
This commit is contained in:
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}};
|
||||
|
Loading…
Reference in New Issue
Block a user