Skip to content

Commit 5485bb7

Browse files
committed
docs: updated docs
1 parent 5efc1d1 commit 5485bb7

40 files changed

+3542
-1771
lines changed

docs/assets/highlight.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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: #0070C1;
13-
--dark-hl-5: #4FC1FF;
14-
--light-hl-6: #795E26;
15-
--dark-hl-6: #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;
14+
--light-hl-6: #0070C1;
15+
--dark-hl-6: #4FC1FF;
1616
--light-hl-7: #000000FF;
1717
--dark-hl-7: #D4D4D4;
1818
--light-hl-8: #098658;
1919
--dark-hl-8: #B5CEA8;
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)