Skip to content

Commit f21ff24

Browse files
committed
Update version
1 parent 7da4525 commit f21ff24

Some content is hidden

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

45 files changed

+18579
-4169
lines changed

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--dark-hl-8: #4EC9B0;
2020
--light-hl-9: #A31515;
2121
--dark-hl-9: #CE9178;
22-
--light-code-background: #F5F5F5;
22+
--light-code-background: #FFFFFF;
2323
--dark-code-background: #1E1E1E;
2424
}
2525

@@ -51,7 +51,7 @@
5151
--code-background: var(--dark-code-background);
5252
} }
5353

54-
body.light {
54+
:root[data-theme='light'] {
5555
--hl-0: var(--light-hl-0);
5656
--hl-1: var(--light-hl-1);
5757
--hl-2: var(--light-hl-2);
@@ -65,7 +65,7 @@ body.light {
6565
--code-background: var(--light-code-background);
6666
}
6767

68-
body.dark {
68+
:root[data-theme='dark'] {
6969
--hl-0: var(--dark-hl-0);
7070
--hl-1: var(--dark-hl-1);
7171
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)