File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
apps/client/src/widgets/type_widgets/text Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ body.mobile .note-detail-editable-text {
3232.note-detail-editable-text h5 { font-size : 1.1em ; }
3333.note-detail-editable-text h6 { font-size : 1.0em ; }
3434
35- body .heading-style-markdown .note-detail-editable-text h2 ::before { content : "##\\ 2004" ; color : var (--muted-text-color ); }
36- body .heading-style-markdown .note-detail-editable-text h3 ::before { content : "###\\ 2004" ; color : var (--muted-text-color ); }
37- body .heading-style-markdown .note-detail-editable-text h4 : not (.include-note-title )::before { content : "####\\ 2004" ; color : var (--muted-text-color ); }
38- body .heading-style-markdown .note-detail-editable-text h5 ::before { content : "#####\\ 2004" ; color : var (--muted-text-color ); }
39- body .heading-style-markdown .note-detail-editable-text h6 ::before { content : "######\\ 2004" ; color : var (--muted-text-color ); }
35+ body .heading-style-markdown .note-detail-editable-text h2 ::before { content : "##\2004" ; color : var (--muted-text-color ); }
36+ body .heading-style-markdown .note-detail-editable-text h3 ::before { content : "###\2004" ; color : var (--muted-text-color ); }
37+ body .heading-style-markdown .note-detail-editable-text h4 : not (.include-note-title )::before { content : "####\2004" ; color : var (--muted-text-color ); }
38+ body .heading-style-markdown .note-detail-editable-text h5 ::before { content : "#####\2004" ; color : var (--muted-text-color ); }
39+ body .heading-style-markdown .note-detail-editable-text h6 ::before { content : "######\2004" ; color : var (--muted-text-color ); }
4040
4141body .heading-style-underline .note-detail-editable-text h2 { border-bottom : 1px solid var (--main-border-color ); }
4242body .heading-style-underline .note-detail-editable-text h3 { border-bottom : 1px solid var (--main-border-color ); }
Original file line number Diff line number Diff line change 66.note-detail-readonly-text h5 { font-size : 1.1em ; }
77.note-detail-readonly-text h6 { font-size : 1.0em ; }
88
9- body .heading-style-markdown .note-detail-readonly-text h1 ::before { content : "#\\ 2004" ; color : var (--muted-text-color ); }
10- body .heading-style-markdown .note-detail-readonly-text h2 ::before { content : "##\\ 2004" ; color : var (--muted-text-color ); }
11- body .heading-style-markdown .note-detail-readonly-text h3 ::before { content : "###\\ 2004" ; color : var (--muted-text-color ); }
12- body .heading-style-markdown .note-detail-readonly-text h4 : not (.include-note-title )::before { content : "####\\ 2004" ; color : var (--muted-text-color ); }
13- body .heading-style-markdown .note-detail-readonly-text h5 ::before { content : "#####\\ 2004" ; color : var (--muted-text-color ); }
14- body .heading-style-markdown .note-detail-readonly-text h6 ::before { content : "######\\ 2004" ; color : var (--muted-text-color ); }
9+ body .heading-style-markdown .note-detail-readonly-text h1 ::before { content : "#\2004" ; color : var (--muted-text-color ); }
10+ body .heading-style-markdown .note-detail-readonly-text h2 ::before { content : "##\2004" ; color : var (--muted-text-color ); }
11+ body .heading-style-markdown .note-detail-readonly-text h3 ::before { content : "###\2004" ; color : var (--muted-text-color ); }
12+ body .heading-style-markdown .note-detail-readonly-text h4 : not (.include-note-title )::before { content : "####\2004" ; color : var (--muted-text-color ); }
13+ body .heading-style-markdown .note-detail-readonly-text h5 ::before { content : "#####\2004" ; color : var (--muted-text-color ); }
14+ body .heading-style-markdown .note-detail-readonly-text h6 ::before { content : "######\2004" ; color : var (--muted-text-color ); }
1515
1616body .heading-style-underline .note-detail-readonly-text h1 { border-bottom : 1px solid var (--main-border-color ); }
1717body .heading-style-underline .note-detail-readonly-text h2 { border-bottom : 1px solid var (--main-border-color ); }
You can’t perform that action at this time.
0 commit comments