File tree Expand file tree Collapse file tree 1 file changed +35
-34
lines changed Expand file tree Collapse file tree 1 file changed +35
-34
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,24 @@ p:has(+ pre) {
21
21
margin-bottom : 0 ;
22
22
}
23
23
24
- p + pre {
25
- margin-top : 5px ;
26
- }
27
-
28
24
pre {
29
25
overflow : auto;
30
- border-top : 1px solid var (--border );
31
- border-bottom : 1px solid var (--border );
32
- padding : 4px 0 ;
26
+ padding : 4px 5px ;
27
+ background : # 8888880a ;
28
+ }
29
+
30
+ pre : has (+ pre ) {
31
+ margin-bottom : 10px ;
33
32
}
34
33
35
34
pre code {
36
35
tab-size : 4 ;
37
36
-moz-tab-size : 4 ;
38
37
}
38
+
39
39
code {
40
- font-variant-ligatures : none;
41
- font-feature-settings : "liga" 0 ;
42
- font-family : "JetBrains Mono" , monospace;
40
+ font-family : monospace;
41
+ font-size : 14px ;
43
42
}
44
43
45
44
.center {
@@ -86,11 +85,11 @@ body {
86
85
margin-left : auto;
87
86
text-align : right;
88
87
}
89
- # prev-next > : first-child span ::before {
88
+ # prev-next > : first-child span ::before {
90
89
content : "←" ;
91
90
}
92
91
93
- # prev-next > : last-child span ::after {
92
+ # prev-next > : last-child span ::after {
94
93
content : "→" ;
95
94
}
96
95
100
99
display : inline-block;
101
100
}
102
101
103
- image , img {
102
+ image ,
103
+ img {
104
104
max-width : 100% ;
105
105
display : block;
106
106
}
107
107
108
- figure {
108
+ figure {
109
109
margin : 1rem ;
110
110
}
111
111
@@ -189,10 +189,10 @@ html {
189
189
}
190
190
191
191
@media screen and (max-width : 800px ) {
192
- .toc {
192
+ .toc {
193
193
display : none;
194
194
}
195
- .article {
195
+ .article {
196
196
padding-left : 0 ;
197
197
}
198
198
}
@@ -229,29 +229,30 @@ html {
229
229
text-decoration : none;
230
230
font-weight : bold;
231
231
}
232
- .toc {
233
- display : none;
234
- position : fixed;
235
- top : var (--mobile-header-height );
236
- left : 0 ;
237
- right : 0 ;
238
- bottom : 0 ;
239
- width : auto;
240
- min-width : auto;
241
- padding : 8px 12px ;
242
- background : var (--bg );
243
- z-index : 999 ;
244
- border-top : 1px solid var (--border );
245
- overflow-y : auto;
246
- }
232
+ .toc {
233
+ display : none;
234
+ position : fixed;
235
+ top : var (--mobile-header-height );
236
+ left : 0 ;
237
+ right : 0 ;
238
+ bottom : 0 ;
239
+ width : auto;
240
+ min-width : auto;
241
+ padding : 8px 12px ;
242
+ background : var (--bg );
243
+ z-index : 999 ;
244
+ border-top : 1px solid var (--border );
245
+ overflow-y : auto;
246
+ }
247
247
body .toc-open .toc {
248
248
display : block;
249
249
}
250
- .body {
250
+ .body {
251
251
padding-left : 0 ;
252
252
padding-top : calc (var (--mobile-header-height ) + 8px );
253
253
}
254
- h1 {
254
+ h1 {
255
255
margin : 0 ;
256
256
}
257
- }
257
+ }
258
+
You can’t perform that action at this time.
0 commit comments