Skip to content

Commit 4b0e2d7

Browse files
committed
Update SDK API References
1 parent 3688d48 commit 4b0e2d7

104 files changed

Lines changed: 9645 additions & 1982 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.

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--light-hl-0: #000000;
33
--dark-hl-0: #D4D4D4;
4-
--light-code-background: #F5F5F5;
4+
--light-code-background: #FFFFFF;
55
--dark-code-background: #1E1E1E;
66
}
77

@@ -15,12 +15,12 @@
1515
--code-background: var(--dark-code-background);
1616
} }
1717

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

23-
body.dark {
23+
:root[data-theme='dark'] {
2424
--hl-0: var(--dark-hl-0);
2525
--code-background: var(--dark-code-background);
2626
}

0 commit comments

Comments
 (0)