mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Improve readability of CodeMirror editor
This commit is contained in:
parent
14db418519
commit
06e0bdbfbb
@ -6,6 +6,8 @@ tags: [[$:/tags/stylesheet]]
|
|||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-family: "Monaco", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
|
Loading…
Reference in New Issue
Block a user