mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
CodeMirror plugin: tweak for font-size (#3294)
This commit is contained in:
parent
6b14969cf6
commit
05af050cbf
@ -8,6 +8,7 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
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}};
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
|
Loading…
Reference in New Issue
Block a user