Skip to content

Commit 52c073a

Browse files
committed
upgrade deps && docs
1 parent 41ff046 commit 52c073a

28 files changed

+85
-14
lines changed

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
--dark-hl-4: #9CDCFE;
1212
--light-hl-5: #AF00DB;
1313
--dark-hl-5: #C586C0;
14+
--light-hl-6: #098658;
15+
--dark-hl-6: #B5CEA8;
1416
--light-code-background: #FFFFFF;
1517
--dark-code-background: #1E1E1E;
1618
}
@@ -22,6 +24,7 @@
2224
--hl-3: var(--light-hl-3);
2325
--hl-4: var(--light-hl-4);
2426
--hl-5: var(--light-hl-5);
27+
--hl-6: var(--light-hl-6);
2528
--code-background: var(--light-code-background);
2629
} }
2730

@@ -32,6 +35,7 @@
3235
--hl-3: var(--dark-hl-3);
3336
--hl-4: var(--dark-hl-4);
3437
--hl-5: var(--dark-hl-5);
38+
--hl-6: var(--dark-hl-6);
3539
--code-background: var(--dark-code-background);
3640
} }
3741

@@ -42,6 +46,7 @@
4246
--hl-3: var(--light-hl-3);
4347
--hl-4: var(--light-hl-4);
4448
--hl-5: var(--light-hl-5);
49+
--hl-6: var(--light-hl-6);
4550
--code-background: var(--light-code-background);
4651
}
4752

@@ -52,6 +57,7 @@
5257
--hl-3: var(--dark-hl-3);
5358
--hl-4: var(--dark-hl-4);
5459
--hl-5: var(--dark-hl-5);
60+
--hl-6: var(--dark-hl-6);
5561
--code-background: var(--dark-code-background);
5662
}
5763

@@ -61,4 +67,5 @@
6167
.hl-3 { color: var(--hl-3); }
6268
.hl-4 { color: var(--hl-4); }
6369
.hl-5 { color: var(--hl-5); }
70+
.hl-6 { color: var(--hl-6); }
6471
pre, code { background: var(--code-background); }

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/functions/client_color_switch_color_switch.ColorSwitch.html

Lines changed: 7 additions & 0 deletions
Large diffs are not rendered by default.

docs/functions/client_star_me_star_me.StarMe.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/functions/client_theme_switcher_theme_switcher.ThemeSwitcher.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/functions/hooks_use_theme.useTheme-1.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/functions/server_fork_me_fork_me.ForkMe.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/functions/server_server_target_server_target.ServerTarget.html

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

docs/hierarchy.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)