1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

CodeMirror plugin: tweak for font-size (#3294)

This commit is contained in:
BurningTreeC 2018-05-19 09:50:18 +02:00 committed by Jeremy Ruston
parent 6b14969cf6
commit 05af050cbf

View File

@ -8,6 +8,7 @@ tags: [[$:/tags/Stylesheet]]
border: 1px solid #ddd;
line-height: 1.5;
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
}
.CodeMirror-scroll {