Skip to content

Commit 13e4356

Browse files
committed
re-gen docs, merge master into this pr.
1 parent b52f7fc commit 13e4356

39 files changed

Lines changed: 19194 additions & 10188 deletions

docs/assets/highlight.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #d4d4d4;
4-
--light-hl-1: #0000ff;
5-
--dark-hl-1: #569cd6;
6-
--light-hl-2: #0070c1;
7-
--dark-hl-2: #4fc1ff;
8-
--light-hl-3: #795e26;
9-
--dark-hl-3: #dcdcaa;
10-
--light-hl-4: #a31515;
11-
--dark-hl-4: #ce9178;
2+
--light-hl-0: #795e26;
3+
--dark-hl-0: #dcdcaa;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #d4d4d4;
6+
--light-hl-2: #a31515;
7+
--dark-hl-2: #ce9178;
8+
--light-hl-3: #0000ff;
9+
--dark-hl-3: #569cd6;
10+
--light-hl-4: #0070c1;
11+
--dark-hl-4: #4fc1ff;
1212
--light-hl-5: #001080;
1313
--dark-hl-5: #9cdcfe;
1414
--light-hl-6: #098658;
@@ -21,7 +21,7 @@
2121
--dark-hl-9: #6a9955;
2222
--light-hl-10: #267f99;
2323
--dark-hl-10: #4ec9b0;
24-
--light-code-background: #f5f5f5;
24+
--light-code-background: #ffffff;
2525
--dark-code-background: #1e1e1e;
2626
}
2727

@@ -59,7 +59,7 @@
5959
}
6060
}
6161

62-
body.light {
62+
:root[data-theme="light"] {
6363
--hl-0: var(--light-hl-0);
6464
--hl-1: var(--light-hl-1);
6565
--hl-2: var(--light-hl-2);
@@ -74,7 +74,7 @@ body.light {
7474
--code-background: var(--light-code-background);
7575
}
7676

77-
body.dark {
77+
:root[data-theme="dark"] {
7878
--hl-0: var(--dark-hl-0);
7979
--hl-1: var(--dark-hl-1);
8080
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)