Skip to content

Commit 1e9ffc5

Browse files
committed
v2.0
1 parent 36a7151 commit 1e9ffc5

362 files changed

Lines changed: 2813 additions & 3341 deletions

File tree

Some content is hidden

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

assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--dark-hl-0: #9CDCFE;
44
--light-hl-1: #000000;
55
--dark-hl-1: #D4D4D4;
6-
--light-code-background: #F5F5F5;
6+
--light-code-background: #FFFFFF;
77
--dark-code-background: #1E1E1E;
88
}
99

@@ -19,13 +19,13 @@
1919
--code-background: var(--dark-code-background);
2020
} }
2121

22-
body.light {
22+
:root[data-theme='light'] {
2323
--hl-0: var(--light-hl-0);
2424
--hl-1: var(--light-hl-1);
2525
--code-background: var(--light-code-background);
2626
}
2727

28-
body.dark {
28+
:root[data-theme='dark'] {
2929
--hl-0: var(--dark-hl-0);
3030
--hl-1: var(--dark-hl-1);
3131
--code-background: var(--dark-code-background);

0 commit comments

Comments
 (0)