Skip to content

Commit b7dd81b

Browse files
committed
Rebuild
1 parent 3a61fd7 commit b7dd81b

File tree

7 files changed

+60
-71
lines changed

7 files changed

+60
-71
lines changed

dist/liquid-dark.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ h4,
318318
h5,
319319
h6 {
320320
position: relative;
321-
margin-top: 2rem;
321+
margin-top: 1rem;
322322
margin-bottom: 1rem;
323323
font-weight: normal;
324-
line-height: 1.3;
324+
line-height: 1.5;
325325
cursor: text;
326326
color: var(--title-color);
327327
font-family: var(--title-font);
@@ -337,6 +337,7 @@ h6 {
337337
background-clip: text;
338338
-webkit-background-clip: text;
339339
color: transparent;
340+
caret-color: var(--text-color);
340341
}
341342

342343
h1 {
@@ -391,6 +392,7 @@ a {
391392
background-clip: text;
392393
-webkit-background-clip: text;
393394
color: transparent;
395+
caret-color: var(--text-color);
394396
}
395397

396398
#write a:hover {
@@ -660,8 +662,12 @@ pre {
660662
/* language tip */
661663
#write .code-tooltip {
662664
border: 1px solid var(--border);
665+
border-radius: 24px 24px 24px 24px;
666+
padding: 8px 12px 8px 12px;
667+
margin: 8px 12px 8px 12px;
663668
}
664669

670+
665671
.auto-suggest-container {
666672
border-color: #b4b4b4;
667673
}
@@ -860,3 +866,4 @@ pre {
860866

861867

862868

869+

dist/liquid-ink-dark.css

+14-7
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ h4,
310310
h5,
311311
h6 {
312312
position: relative;
313-
margin-top: 2rem;
313+
margin-top: 1rem;
314314
margin-bottom: 1rem;
315315
font-weight: normal;
316-
line-height: 1.3;
316+
line-height: 1.5;
317317
cursor: text;
318318
color: var(--title-color);
319319
font-family: var(--title-font);
@@ -329,6 +329,7 @@ h6 {
329329
background-clip: text;
330330
-webkit-background-clip: text;
331331
color: transparent;
332+
caret-color: var(--text-color);
332333
}
333334

334335
h1 {
@@ -383,6 +384,7 @@ a {
383384
background-clip: text;
384385
-webkit-background-clip: text;
385386
color: transparent;
387+
caret-color: var(--text-color);
386388
}
387389

388390
#write a:hover {
@@ -652,8 +654,12 @@ pre {
652654
/* language tip */
653655
#write .code-tooltip {
654656
border: 1px solid var(--border);
657+
border-radius: 24px 24px 24px 24px;
658+
padding: 8px 12px 8px 12px;
659+
margin: 8px 12px 8px 12px;
655660
}
656661

662+
657663
.auto-suggest-container {
658664
border-color: #b4b4b4;
659665
}
@@ -774,29 +780,30 @@ h6 {
774780
}
775781

776782
h1 {
777-
font-size: 1.9em;
783+
font-size: 1.8em;
778784
}
779785

780786
h2 {
781-
font-size: 1.7em;
787+
font-size: 1.6em;
782788
}
783789

784790
h3 {
785-
font-size: 1.7em;
791+
font-size: 1.6em;
786792
}
787793

788794
h4 {
789-
font-size: 1.5em;
795+
font-size: 1.4em;
790796
}
791797

792798
h5 {
793-
font-size: 1.3em;
799+
font-size: 1.2em;
794800
}
795801

796802
h6 {
797803
font-size: 1.1em;
798804
}
799805

806+
800807
#recent-file-panel-action-btn {
801808
background: inherit;
802809
border: 1px grey solid;

dist/liquid-ink.css

+21-12
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ h4,
189189
h5,
190190
h6 {
191191
position: relative;
192-
margin-top: 2rem;
192+
margin-top: 1rem;
193193
margin-bottom: 1rem;
194194
font-weight: normal;
195-
line-height: 1.3;
195+
line-height: 1.5;
196196
cursor: text;
197197
color: var(--title-color);
198198
font-family: var(--title-font);
@@ -208,6 +208,7 @@ h6 {
208208
background-clip: text;
209209
-webkit-background-clip: text;
210210
color: transparent;
211+
caret-color: var(--text-color);
211212
}
212213

213214
h1 {
@@ -262,6 +263,7 @@ a {
262263
background-clip: text;
263264
-webkit-background-clip: text;
264265
color: transparent;
266+
caret-color: var(--text-color);
265267
}
266268

267269
#write a:hover {
@@ -531,8 +533,12 @@ pre {
531533
/* language tip */
532534
#write .code-tooltip {
533535
border: 1px solid var(--border);
536+
border-radius: 24px 24px 24px 24px;
537+
padding: 8px 12px 8px 12px;
538+
margin: 8px 12px 8px 12px;
534539
}
535540

541+
536542
.auto-suggest-container {
537543
border-color: #b4b4b4;
538544
}
@@ -633,12 +639,6 @@ pre {
633639
color: var(--blue);
634640
}
635641

636-
637-
638-
639-
640-
641-
642642
body {
643643
font-weight: 600;
644644
font-size: 1.1em;
@@ -659,19 +659,19 @@ h6 {
659659
}
660660

661661
h1 {
662-
font-size: 1.6em;
662+
font-size: 1.8em;
663663
}
664664

665665
h2 {
666-
font-size: 1.4em;
666+
font-size: 1.6em;
667667
}
668668

669669
h3 {
670-
font-size: 1.4em;
670+
font-size: 1.6em;
671671
}
672672

673673
h4 {
674-
font-size: 1.3em;
674+
font-size: 1.4em;
675675
}
676676

677677
h5 {
@@ -682,3 +682,12 @@ h6 {
682682
font-size: 1.1em;
683683
}
684684

685+
686+
687+
688+
689+
690+
691+
692+
693+

dist/liquid.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ h4,
197197
h5,
198198
h6 {
199199
position: relative;
200-
margin-top: 2rem;
200+
margin-top: 1rem;
201201
margin-bottom: 1rem;
202202
font-weight: normal;
203-
line-height: 1.3;
203+
line-height: 1.5;
204204
cursor: text;
205205
color: var(--title-color);
206206
font-family: var(--title-font);
@@ -216,6 +216,7 @@ h6 {
216216
background-clip: text;
217217
-webkit-background-clip: text;
218218
color: transparent;
219+
caret-color: var(--text-color);
219220
}
220221

221222
h1 {
@@ -270,6 +271,7 @@ a {
270271
background-clip: text;
271272
-webkit-background-clip: text;
272273
color: transparent;
274+
caret-color: var(--text-color);
273275
}
274276

275277
#write a:hover {
@@ -539,8 +541,12 @@ pre {
539541
/* language tip */
540542
#write .code-tooltip {
541543
border: 1px solid var(--border);
544+
border-radius: 24px 24px 24px 24px;
545+
padding: 8px 12px 8px 12px;
546+
margin: 8px 12px 8px 12px;
542547
}
543548

549+
544550
.auto-suggest-container {
545551
border-color: #b4b4b4;
546552
}

src/liquid-dark.css

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
@import 'liquid/CodeMirror-dark.css';
44
@import 'liquid/main.css';
55

6+
67
@import 'liquid/custom-dark.css';

src/liquid-ink.css

+1-42
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,4 @@
44
@import 'liquid/main.css';
55

66

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';

src/liquid/custom-ink.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ h6 {
1818
}
1919

2020
h1 {
21-
font-size: 1.9em;
21+
font-size: 1.8em;
2222
}
2323

2424
h2 {
25-
font-size: 1.7em;
25+
font-size: 1.6em;
2626
}
2727

2828
h3 {
29-
font-size: 1.7em;
29+
font-size: 1.6em;
3030
}
3131

3232
h4 {
33-
font-size: 1.5em;
33+
font-size: 1.4em;
3434
}
3535

3636
h5 {
37-
font-size: 1.3em;
37+
font-size: 1.2em;
3838
}
3939

4040
h6 {
4141
font-size: 1.1em;
42-
}
42+
}

0 commit comments

Comments
 (0)