File tree 7 files changed +60
-71
lines changed
7 files changed +60
-71
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,10 @@ h4,
318
318
h5 ,
319
319
h6 {
320
320
position : relative;
321
- margin-top : 2 rem ;
321
+ margin-top : 1 rem ;
322
322
margin-bottom : 1rem ;
323
323
font-weight : normal;
324
- line-height : 1.3 ;
324
+ line-height : 1.5 ;
325
325
cursor : text;
326
326
color : var (--title-color );
327
327
font-family : var (--title-font );
337
337
background-clip : text;
338
338
-webkit-background-clip : text;
339
339
color : transparent;
340
+ caret-color : var (--text-color );
340
341
}
341
342
342
343
h1 {
391
392
background-clip : text;
392
393
-webkit-background-clip : text;
393
394
color : transparent;
395
+ caret-color : var (--text-color );
394
396
}
395
397
396
398
# write a : hover {
@@ -660,8 +662,12 @@ pre {
660
662
/* language tip */
661
663
# write .code-tooltip {
662
664
border : 1px solid var (--border );
665
+ border-radius : 24px 24px 24px 24px ;
666
+ padding : 8px 12px 8px 12px ;
667
+ margin : 8px 12px 8px 12px ;
663
668
}
664
669
670
+
665
671
.auto-suggest-container {
666
672
border-color : # b4b4b4 ;
667
673
}
@@ -860,3 +866,4 @@ pre {
860
866
861
867
862
868
869
+
Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ h4,
310
310
h5 ,
311
311
h6 {
312
312
position : relative;
313
- margin-top : 2 rem ;
313
+ margin-top : 1 rem ;
314
314
margin-bottom : 1rem ;
315
315
font-weight : normal;
316
- line-height : 1.3 ;
316
+ line-height : 1.5 ;
317
317
cursor : text;
318
318
color : var (--title-color );
319
319
font-family : var (--title-font );
329
329
background-clip : text;
330
330
-webkit-background-clip : text;
331
331
color : transparent;
332
+ caret-color : var (--text-color );
332
333
}
333
334
334
335
h1 {
383
384
background-clip : text;
384
385
-webkit-background-clip : text;
385
386
color : transparent;
387
+ caret-color : var (--text-color );
386
388
}
387
389
388
390
# write a : hover {
@@ -652,8 +654,12 @@ pre {
652
654
/* language tip */
653
655
# write .code-tooltip {
654
656
border : 1px solid var (--border );
657
+ border-radius : 24px 24px 24px 24px ;
658
+ padding : 8px 12px 8px 12px ;
659
+ margin : 8px 12px 8px 12px ;
655
660
}
656
661
662
+
657
663
.auto-suggest-container {
658
664
border-color : # b4b4b4 ;
659
665
}
@@ -774,29 +780,30 @@ h6 {
774
780
}
775
781
776
782
h1 {
777
- font-size : 1.9 em ;
783
+ font-size : 1.8 em ;
778
784
}
779
785
780
786
h2 {
781
- font-size : 1.7 em ;
787
+ font-size : 1.6 em ;
782
788
}
783
789
784
790
h3 {
785
- font-size : 1.7 em ;
791
+ font-size : 1.6 em ;
786
792
}
787
793
788
794
h4 {
789
- font-size : 1.5 em ;
795
+ font-size : 1.4 em ;
790
796
}
791
797
792
798
h5 {
793
- font-size : 1.3 em ;
799
+ font-size : 1.2 em ;
794
800
}
795
801
796
802
h6 {
797
803
font-size : 1.1em ;
798
804
}
799
805
806
+
800
807
# recent-file-panel-action-btn {
801
808
background : inherit;
802
809
border : 1px grey solid;
Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ h4,
189
189
h5 ,
190
190
h6 {
191
191
position : relative;
192
- margin-top : 2 rem ;
192
+ margin-top : 1 rem ;
193
193
margin-bottom : 1rem ;
194
194
font-weight : normal;
195
- line-height : 1.3 ;
195
+ line-height : 1.5 ;
196
196
cursor : text;
197
197
color : var (--title-color );
198
198
font-family : var (--title-font );
208
208
background-clip : text;
209
209
-webkit-background-clip : text;
210
210
color : transparent;
211
+ caret-color : var (--text-color );
211
212
}
212
213
213
214
h1 {
262
263
background-clip : text;
263
264
-webkit-background-clip : text;
264
265
color : transparent;
266
+ caret-color : var (--text-color );
265
267
}
266
268
267
269
# write a : hover {
@@ -531,8 +533,12 @@ pre {
531
533
/* language tip */
532
534
# write .code-tooltip {
533
535
border : 1px solid var (--border );
536
+ border-radius : 24px 24px 24px 24px ;
537
+ padding : 8px 12px 8px 12px ;
538
+ margin : 8px 12px 8px 12px ;
534
539
}
535
540
541
+
536
542
.auto-suggest-container {
537
543
border-color : # b4b4b4 ;
538
544
}
@@ -633,12 +639,6 @@ pre {
633
639
color : var (--blue );
634
640
}
635
641
636
-
637
-
638
-
639
-
640
-
641
-
642
642
body {
643
643
font-weight : 600 ;
644
644
font-size : 1.1em ;
@@ -659,19 +659,19 @@ h6 {
659
659
}
660
660
661
661
h1 {
662
- font-size : 1.6 em ;
662
+ font-size : 1.8 em ;
663
663
}
664
664
665
665
h2 {
666
- font-size : 1.4 em ;
666
+ font-size : 1.6 em ;
667
667
}
668
668
669
669
h3 {
670
- font-size : 1.4 em ;
670
+ font-size : 1.6 em ;
671
671
}
672
672
673
673
h4 {
674
- font-size : 1.3 em ;
674
+ font-size : 1.4 em ;
675
675
}
676
676
677
677
h5 {
@@ -682,3 +682,12 @@ h6 {
682
682
font-size : 1.1em ;
683
683
}
684
684
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ h4,
197
197
h5 ,
198
198
h6 {
199
199
position : relative;
200
- margin-top : 2 rem ;
200
+ margin-top : 1 rem ;
201
201
margin-bottom : 1rem ;
202
202
font-weight : normal;
203
- line-height : 1.3 ;
203
+ line-height : 1.5 ;
204
204
cursor : text;
205
205
color : var (--title-color );
206
206
font-family : var (--title-font );
216
216
background-clip : text;
217
217
-webkit-background-clip : text;
218
218
color : transparent;
219
+ caret-color : var (--text-color );
219
220
}
220
221
221
222
h1 {
270
271
background-clip : text;
271
272
-webkit-background-clip : text;
272
273
color : transparent;
274
+ caret-color : var (--text-color );
273
275
}
274
276
275
277
# write a : hover {
@@ -539,8 +541,12 @@ pre {
539
541
/* language tip */
540
542
# write .code-tooltip {
541
543
border : 1px solid var (--border );
544
+ border-radius : 24px 24px 24px 24px ;
545
+ padding : 8px 12px 8px 12px ;
546
+ margin : 8px 12px 8px 12px ;
542
547
}
543
548
549
+
544
550
.auto-suggest-container {
545
551
border-color : # b4b4b4 ;
546
552
}
Original file line number Diff line number Diff line change 3
3
@import 'liquid/CodeMirror-dark.css' ;
4
4
@import 'liquid/main.css' ;
5
5
6
+
6
7
@import 'liquid/custom-dark.css' ;
Original file line number Diff line number Diff line change 4
4
@import 'liquid/main.css' ;
5
5
6
6
7
- body {
8
- font-weight : 600 ;
9
- font-size : 1.1em ;
10
- }
11
-
12
- /* 标题 */
13
- /* title */
14
- h1 ,
15
- h2 ,
16
- h3 ,
17
- h4 ,
18
- h5 ,
19
- h6 {
20
- margin-top : 1.2rem ;
21
- margin-bottom : 1rem ;
22
- font-weight : bold;
23
- line-height : 1.2 ;
24
- }
25
-
26
- h1 {
27
- font-size : 1.6em ;
28
- }
29
-
30
- h2 {
31
- font-size : 1.4em ;
32
- }
33
-
34
- h3 {
35
- font-size : 1.4em ;
36
- }
37
-
38
- h4 {
39
- font-size : 1.3em ;
40
- }
41
-
42
- h5 {
43
- font-size : 1.2em ;
44
- }
45
-
46
- h6 {
47
- font-size : 1.1em ;
48
- }
7
+ @import 'liquid/custom-ink.css' ;
Original file line number Diff line number Diff line change 18
18
}
19
19
20
20
h1 {
21
- font-size : 1.9 em ;
21
+ font-size : 1.8 em ;
22
22
}
23
23
24
24
h2 {
25
- font-size : 1.7 em ;
25
+ font-size : 1.6 em ;
26
26
}
27
27
28
28
h3 {
29
- font-size : 1.7 em ;
29
+ font-size : 1.6 em ;
30
30
}
31
31
32
32
h4 {
33
- font-size : 1.5 em ;
33
+ font-size : 1.4 em ;
34
34
}
35
35
36
36
h5 {
37
- font-size : 1.3 em ;
37
+ font-size : 1.2 em ;
38
38
}
39
39
40
40
h6 {
41
41
font-size : 1.1em ;
42
- }
42
+ }
You can’t perform that action at this time.
0 commit comments