File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5252 },
5353 "slidev" : {
5454 "colorSchema" : " both" ,
55- "highlighter" : " all" ,
5655 "defaults" : {
56+ "lineNumbers" : true ,
57+ "highlighter" : " prism" ,
5758 "fonts" : {
5859 "provider" : " none" ,
5960 "sans" : " PT Sans" ,
6061 "mono" : " Fira Code" ,
6162 "local" : " PT Sans, 2MASS J1808, Fira Code"
62- },
63- "hightlighter" : " prism"
63+ }
6464 }
6565 }
6666}
Original file line number Diff line number Diff line change @@ -108,11 +108,14 @@ h6 {
108108}
109109
110110.slidev-layout h1 + h2 {
111- margin-top : 0 !important ;
112111 color : var (--slidev-theme-primary-alternative );
113112 font-size : 1rem ;
114113}
115114
115+ .slidev-layout h1 + * {
116+ margin-top : 0.5rem !important ;
117+ }
118+
116119.slidev-layout ul li ::marker {
117120 content : '> ' ;
118121}
@@ -139,10 +142,6 @@ h6 {
139142 z-index : 1 !important ;
140143}
141144
142- .slidev-layout > div > * : not (: first-child ), .slidev-layout > * : not (: first-child ) {
143- margin-top : 1em ;
144- }
145-
146145.slidev-layout .two-cols {
147146 gap : 1rem ;
148147}
You can’t perform that action at this time.
0 commit comments