mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-18 12:00:02 +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 {
|
.CodeMirror {
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid <<colour tiddler-editor-border>>;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
|
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
|
||||||
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user