mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-30 21:34:28 -06:00
24 lines
409 B
CSS
24 lines
409 B
CSS
|
.CodeMirror .CodeMirror-code .cm-header-1{
|
||
|
font-size:200%;
|
||
|
line-height:200%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror .CodeMirror-code .cm-header-2{
|
||
|
font-size:160%;
|
||
|
line-height:160%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror .CodeMirror-code .cm-header-3{
|
||
|
font-size:125%;
|
||
|
line-height:125%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror .CodeMirror-code .cm-header-4{
|
||
|
font-size:110%;
|
||
|
line-height:110%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror .CodeMirror-code .cm-comment{
|
||
|
background:#eee;
|
||
|
border-radius:2px;
|
||
|
}
|