Skip to content

Commit 72ee4f4

Browse files
Updated docs.
1 parent 2893376 commit 72ee4f4

16 files changed

+1586
-2379
lines changed

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--light-code-background: #F5F5F5;
2+
--light-code-background: #FFFFFF;
33
--dark-code-background: #1E1E1E;
44
}
55

@@ -11,11 +11,11 @@
1111
--code-background: var(--dark-code-background);
1212
} }
1313

14-
body.light {
14+
:root[data-theme='light'] {
1515
--code-background: var(--light-code-background);
1616
}
1717

18-
body.dark {
18+
:root[data-theme='dark'] {
1919
--code-background: var(--dark-code-background);
2020
}
2121

0 commit comments

Comments
 (0)