Skip to content

Commit 725d681

Browse files
committed
doc update
1 parent fda2ae3 commit 725d681

File tree

246 files changed

+109583
-12543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+109583
-12543
lines changed

docs/api/assets/highlight.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
--dark-hl-1: #569CD6;
66
--light-hl-2: #000000FF;
77
--dark-hl-2: #D4D4D4;
8-
--light-hl-3: #FF0000;
8+
--light-hl-3: #E50000;
99
--dark-hl-3: #9CDCFE;
1010
--light-hl-4: #0000FF;
1111
--dark-hl-4: #CE9178;
1212
--light-hl-5: #008000;
1313
--dark-hl-5: #6A9955;
1414
--light-hl-6: #000000;
1515
--dark-hl-6: #D4D4D4;
16-
--light-hl-7: #0000FF;
17-
--dark-hl-7: #569CD6;
18-
--light-hl-8: #0070C1;
19-
--dark-hl-8: #4FC1FF;
20-
--light-hl-9: #001080;
21-
--dark-hl-9: #9CDCFE;
22-
--light-hl-10: #795E26;
23-
--dark-hl-10: #DCDCAA;
24-
--light-hl-11: #A31515;
25-
--dark-hl-11: #CE9178;
16+
--light-hl-7: #A31515;
17+
--dark-hl-7: #CE9178;
18+
--light-hl-8: #0000FF;
19+
--dark-hl-8: #569CD6;
20+
--light-hl-9: #0070C1;
21+
--dark-hl-9: #4FC1FF;
22+
--light-hl-10: #001080;
23+
--dark-hl-10: #9CDCFE;
24+
--light-hl-11: #795E26;
25+
--dark-hl-11: #DCDCAA;
2626
--light-hl-12: #098658;
2727
--dark-hl-12: #B5CEA8;
2828
--light-hl-13: #267F99;
2929
--dark-hl-13: #4EC9B0;
3030
--light-hl-14: #AF00DB;
3131
--dark-hl-14: #C586C0;
32-
--light-code-background: #F5F5F5;
32+
--light-code-background: #FFFFFF;
3333
--dark-code-background: #1E1E1E;
3434
}
3535

@@ -71,7 +71,7 @@
7171
--code-background: var(--dark-code-background);
7272
} }
7373

74-
body.light {
74+
:root[data-theme='light'] {
7575
--hl-0: var(--light-hl-0);
7676
--hl-1: var(--light-hl-1);
7777
--hl-2: var(--light-hl-2);
@@ -90,7 +90,7 @@ body.light {
9090
--code-background: var(--light-code-background);
9191
}
9292

93-
body.dark {
93+
:root[data-theme='dark'] {
9494
--hl-0: var(--dark-hl-0);
9595
--hl-1: var(--dark-hl-1);
9696
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)