We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494e373 commit 94fbd44Copy full SHA for 94fbd44
web_src/css/markup/content.css
@@ -558,3 +558,29 @@
558
border-top-left-radius: 0 !important;
559
border-top-right-radius: 0 !important;
560
}
561
+
562
563
+/* use the same styles as markup content, this is a quick backport, 1.20 has a ComboMarkdownEditor */
564
+.CodeMirror-scroll .cm-header-1 {
565
+ font-size: 2em;
566
+}
567
568
+.CodeMirror-scroll .cm-header-2 {
569
+ font-size: 1.5em;
570
571
572
+.CodeMirror-scroll .cm-header-3 {
573
+ font-size: 1.25em;
574
575
576
+.CodeMirror-scroll .cm-header-4 {
577
+ font-size: 1em;
578
579
580
+.CodeMirror-scroll .cm-header-5 {
581
+ font-size: 0.875em;
582
583
584
+.CodeMirror-scroll .cm-header-6 {
585
+ font-size: 0.85em;
586
0 commit comments