Skip to content

Commit c502a2f

Browse files
authored
rebuild docs
1 parent 09014fa commit c502a2f

Some content is hidden

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

61 files changed

+7303
-2278
lines changed

docs/assets/highlight.css

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
:root {
2-
--light-hl-0: #AF00DB;
3-
--dark-hl-0: #C586C0;
4-
--light-hl-1: #000000;
5-
--dark-hl-1: #D4D4D4;
2+
--light-hl-0: #000000;
3+
--dark-hl-0: #D4D4D4;
4+
--light-hl-1: #AF00DB;
5+
--dark-hl-1: #C586C0;
66
--light-hl-2: #001080;
77
--dark-hl-2: #9CDCFE;
8-
--light-hl-3: #098658;
9-
--dark-hl-3: #B5CEA8;
10-
--light-hl-4: #000000;
11-
--dark-hl-4: #C8C8C8;
12-
--light-hl-5: #267F99;
13-
--dark-hl-5: #4EC9B0;
14-
--light-hl-6: #0070C1;
15-
--dark-hl-6: #4FC1FF;
16-
--light-hl-7: #795E26;
17-
--dark-hl-7: #DCDCAA;
18-
--light-hl-8: #0000FF;
19-
--dark-hl-8: #569CD6;
20-
--light-hl-9: #A31515;
21-
--dark-hl-9: #CE9178;
22-
--light-hl-10: #008000;
23-
--dark-hl-10: #6A9955;
24-
--light-code-background: #F5F5F5;
8+
--light-hl-3: #A31515;
9+
--dark-hl-3: #CE9178;
10+
--light-hl-4: #008000;
11+
--dark-hl-4: #6A9955;
12+
--light-hl-5: #795E26;
13+
--dark-hl-5: #DCDCAA;
14+
--light-hl-6: #098658;
15+
--dark-hl-6: #B5CEA8;
16+
--light-hl-7: #0000FF;
17+
--dark-hl-7: #569CD6;
18+
--light-hl-8: #0070C1;
19+
--dark-hl-8: #4FC1FF;
20+
--light-hl-9: #267F99;
21+
--dark-hl-9: #4EC9B0;
22+
--light-hl-10: #000000;
23+
--dark-hl-10: #C8C8C8;
24+
--light-code-background: #FFFFFF;
2525
--dark-code-background: #1E1E1E;
2626
}
2727

@@ -55,7 +55,7 @@
5555
--code-background: var(--dark-code-background);
5656
} }
5757

58-
body.light {
58+
:root[data-theme='light'] {
5959
--hl-0: var(--light-hl-0);
6060
--hl-1: var(--light-hl-1);
6161
--hl-2: var(--light-hl-2);
@@ -70,7 +70,7 @@ body.light {
7070
--code-background: var(--light-code-background);
7171
}
7272

73-
body.dark {
73+
:root[data-theme='dark'] {
7474
--hl-0: var(--dark-hl-0);
7575
--hl-1: var(--dark-hl-1);
7676
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)