Skip to content

Commit a353dea

Browse files
committed
v8.1.1
1 parent 84f08ea commit a353dea

22 files changed

+3394
-2755
lines changed

CHANGELOG.md

Lines changed: 210 additions & 0 deletions
Large diffs are not rendered by default.

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--dark-hl-5: #6a9955;
1414
--light-hl-6: #001080;
1515
--dark-hl-6: #9cdcfe;
16-
--light-code-background: #f5f5f5;
16+
--light-code-background: #ffffff;
1717
--dark-code-background: #1e1e1e;
1818
}
1919

@@ -43,7 +43,7 @@
4343
}
4444
}
4545

46-
body.light {
46+
:root[data-theme='light'] {
4747
--hl-0: var(--light-hl-0);
4848
--hl-1: var(--light-hl-1);
4949
--hl-2: var(--light-hl-2);
@@ -54,7 +54,7 @@ body.light {
5454
--code-background: var(--light-code-background);
5555
}
5656

57-
body.dark {
57+
:root[data-theme='dark'] {
5858
--hl-0: var(--dark-hl-0);
5959
--hl-1: var(--dark-hl-1);
6060
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)