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 52
52
},
53
53
"slidev" : {
54
54
"colorSchema" : " both" ,
55
- "highlighter" : " all" ,
56
55
"defaults" : {
56
+ "lineNumbers" : true ,
57
+ "highlighter" : " prism" ,
57
58
"fonts" : {
58
59
"provider" : " none" ,
59
60
"sans" : " PT Sans" ,
60
61
"mono" : " Fira Code" ,
61
62
"local" : " PT Sans, 2MASS J1808, Fira Code"
62
- },
63
- "hightlighter" : " prism"
63
+ }
64
64
}
65
65
}
66
66
}
Original file line number Diff line number Diff line change @@ -108,11 +108,14 @@ h6 {
108
108
}
109
109
110
110
.slidev-layout h1 + h2 {
111
- margin-top : 0 !important ;
112
111
color : var (--slidev-theme-primary-alternative );
113
112
font-size : 1rem ;
114
113
}
115
114
115
+ .slidev-layout h1 + * {
116
+ margin-top : 0.5rem !important ;
117
+ }
118
+
116
119
.slidev-layout ul li ::marker {
117
120
content : '> ' ;
118
121
}
@@ -139,10 +142,6 @@ h6 {
139
142
z-index : 1 !important ;
140
143
}
141
144
142
- .slidev-layout > div > * : not (: first-child ), .slidev-layout > * : not (: first-child ) {
143
- margin-top : 1em ;
144
- }
145
-
146
145
.slidev-layout .two-cols {
147
146
gap : 1rem ;
148
147
}
You can’t perform that action at this time.
0 commit comments