Skip to content

Commit 3c15a61

Browse files
Updated docs.
1 parent c02bed3 commit 3c15a61

File tree

110 files changed

+8371
-2119
lines changed

Some content is hidden

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

110 files changed

+8371
-2119
lines changed

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)