Skip to content

Commit f24416a

Browse files
committed
docs: regenerate
1 parent b110cbb commit f24416a

18 files changed

+1943
-1740
lines changed

docs/assets/highlight.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
--code-background: var(--dark-code-background);
4848
} }
4949

50-
body.light {
50+
:root[data-theme='light'] {
5151
--hl-0: var(--light-hl-0);
5252
--hl-1: var(--light-hl-1);
5353
--hl-2: var(--light-hl-2);
@@ -60,7 +60,7 @@ body.light {
6060
--code-background: var(--light-code-background);
6161
}
6262

63-
body.dark {
63+
:root[data-theme='dark'] {
6464
--hl-0: var(--dark-hl-0);
6565
--hl-1: var(--dark-hl-1);
6666
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)