Skip to content

Commit ad61b14

Browse files
committed
docs: updated docs
1 parent 925de64 commit ad61b14

File tree

93 files changed

+15180
-2316
lines changed

Some content is hidden

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

93 files changed

+15180
-2316
lines changed

docs/assets/highlight.css

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #AF00DB;
5-
--dark-hl-1: #C586C0;
6-
--light-hl-2: #001080;
7-
--dark-hl-2: #9CDCFE;
8-
--light-hl-3: #A31515;
9-
--dark-hl-3: #CE9178;
10-
--light-hl-4: #0000FF;
11-
--dark-hl-4: #569CD6;
12-
--light-hl-5: #795E26;
13-
--dark-hl-5: #DCDCAA;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #0000FF;
9+
--dark-hl-3: #569CD6;
10+
--light-hl-4: #AF00DB;
11+
--dark-hl-4: #C586C0;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
1414
--light-hl-6: #0070C1;
1515
--dark-hl-6: #4FC1FF;
1616
--light-hl-7: #098658;
@@ -19,7 +19,7 @@
1919
--dark-hl-8: #4EC9B0;
2020
--light-hl-9: #008000;
2121
--dark-hl-9: #6A9955;
22-
--light-code-background: #F5F5F5;
22+
--light-code-background: #FFFFFF;
2323
--dark-code-background: #1E1E1E;
2424
}
2525

@@ -51,7 +51,7 @@
5151
--code-background: var(--dark-code-background);
5252
} }
5353

54-
body.light {
54+
:root[data-theme='light'] {
5555
--hl-0: var(--light-hl-0);
5656
--hl-1: var(--light-hl-1);
5757
--hl-2: var(--light-hl-2);
@@ -65,7 +65,7 @@ body.light {
6565
--code-background: var(--light-code-background);
6666
}
6767

68-
body.dark {
68+
:root[data-theme='dark'] {
6969
--hl-0: var(--dark-hl-0);
7070
--hl-1: var(--dark-hl-1);
7171
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)