Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 5e5a770

Browse files
authored
feat: screenshare
feat: screenshare
2 parents 49e69df + 191feb2 commit 5e5a770

File tree

906 files changed

+716521
-41511
lines changed

Some content is hidden

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

906 files changed

+716521
-41511
lines changed

docs/assets/highlight.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
--code-background: var(--dark-code-background);
7676
} }
7777

78-
body.light {
78+
:root[data-theme='light'] {
7979
--hl-0: var(--light-hl-0);
8080
--hl-1: var(--light-hl-1);
8181
--hl-2: var(--light-hl-2);
@@ -95,7 +95,7 @@ body.light {
9595
--code-background: var(--light-code-background);
9696
}
9797

98-
body.dark {
98+
:root[data-theme='dark'] {
9999
--hl-0: var(--dark-hl-0);
100100
--hl-1: var(--dark-hl-1);
101101
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)