|
13 | 13 |
|
14 | 14 | <style>
|
15 | 15 | :root {
|
16 |
| - --tw-prose-code: #111827; |
17 |
| - --tw-prose-hr: #e5e7eb; |
18 |
| - --tw-prose-links: #111827; |
19 |
| - --tw-prose-headings: #111827; |
20 |
| - --tw-prose-quotes: #111827; |
21 |
| - --tw-prose-counters: #6b7280; |
22 |
| - --page-bg: #f7f7f8; |
23 |
| - --page-text: #374151; |
24 |
| - --th-borders: #4b5563; |
| 16 | + --page-text: #0d0d0d; |
| 17 | + --page-bg: #fff; |
25 | 18 | --td-borders: #374151;
|
| 19 | + --th-borders: #4b5563; |
| 20 | + --tw-prose-code: var(--page-text); |
| 21 | + --tw-prose-counters: #9b9b9b; |
| 22 | + --tw-prose-headings: var(--page-text); |
| 23 | + --tw-prose-hr: rgba(0,0,0,.25); |
| 24 | + --tw-prose-links: var(--page-text); |
| 25 | + --tw-prose-quotes: var(--page-text); |
26 | 26 | --meta-title: #616c77;
|
27 | 27 | }
|
28 | 28 |
|
29 | 29 | [data-theme="dark"] {
|
30 |
| - --tw-prose-code: #f9fafb; |
31 |
| - --tw-prose-hr: #374151; |
32 |
| - --tw-prose-links: #fff; |
33 |
| - --tw-prose-headings: #fff; |
34 |
| - --tw-prose-quotes: #f3f4f6; |
35 |
| - --tw-prose-counters: #9ca3af; |
36 |
| - --page-bg: rgba(52,53,65); |
37 |
| - --page-text: #fff; |
| 30 | + --page-text: #ececec; |
| 31 | + --page-bg: #212121; |
| 32 | + --tw-prose-code: var(--page-text); |
| 33 | + --tw-prose-counters: #9b9b9b; |
| 34 | + --tw-prose-headings: var(--page-text); |
| 35 | + --tw-prose-hr: hsla(0,0%,100%,.25); |
| 36 | + --tw-prose-links: var(--page-text); |
| 37 | + --tw-prose-quotes: var(--page-text); |
38 | 38 | --meta-title: #959faa;
|
39 | 39 | }
|
40 | 40 |
|
|
0 commit comments