|
2 | 2 | --base-size-4: 0.25rem;
|
3 | 3 | --base-size-8: 0.5rem;
|
4 | 4 | --base-size-16: 1rem;
|
| 5 | + --base-size-24: 1.5rem; |
| 6 | + --base-size-40: 2.5rem; |
5 | 7 | --base-text-weight-normal: 400;
|
6 | 8 | --base-text-weight-medium: 500;
|
7 | 9 | --base-text-weight-semibold: 600;
|
8 | 10 | --fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
| 11 | + --fgColor-accent: Highlight; |
9 | 12 | }
|
10 |
| - |
11 | 13 | @media (prefers-color-scheme: dark) {
|
12 |
| - .markdown-body, |
13 |
| - [data-theme="dark"] { |
14 |
| - /*dark*/ |
| 14 | + .markdown-body, [data-theme="dark"] { |
| 15 | + /* dark */ |
15 | 16 | color-scheme: dark;
|
16 | 17 | --focus-outlineColor: #1f6feb;
|
17 |
| - --fgColor-default: #e6edf3; |
18 |
| - --fgColor-muted: #8d96a0; |
| 18 | + --fgColor-default: #f0f6fc; |
| 19 | + --fgColor-muted: #9198a1; |
19 | 20 | --fgColor-accent: #4493f8;
|
20 | 21 | --fgColor-success: #3fb950;
|
21 | 22 | --fgColor-attention: #d29922;
|
22 | 23 | --fgColor-danger: #f85149;
|
23 | 24 | --fgColor-done: #ab7df8;
|
24 | 25 | --bgColor-default: #0d1117;
|
25 |
| - --bgColor-muted: #161b22; |
26 |
| - --bgColor-neutral-muted: #6e768166; |
| 26 | + --bgColor-muted: #151b23; |
| 27 | + --bgColor-neutral-muted: #656c7633; |
27 | 28 | --bgColor-attention-muted: #bb800926;
|
28 |
| - --borderColor-default: #30363d; |
29 |
| - --borderColor-muted: #30363db3; |
30 |
| - --borderColor-neutral-muted: #6e768166; |
| 29 | + --borderColor-default: #3d444d; |
| 30 | + --borderColor-muted: #3d444db3; |
| 31 | + --borderColor-neutral-muted: #3d444db3; |
31 | 32 | --borderColor-accent-emphasis: #1f6feb;
|
32 | 33 | --borderColor-success-emphasis: #238636;
|
33 | 34 | --borderColor-attention-emphasis: #9e6a03;
|
34 | 35 | --borderColor-danger-emphasis: #da3633;
|
35 | 36 | --borderColor-done-emphasis: #8957e5;
|
36 |
| - --color-prettylights-syntax-comment: #8b949e; |
| 37 | + --color-prettylights-syntax-comment: #9198a1; |
37 | 38 | --color-prettylights-syntax-constant: #79c0ff;
|
38 | 39 | --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
39 | 40 | --color-prettylights-syntax-entity: #d2a8ff;
|
40 |
| - --color-prettylights-syntax-storage-modifier-import: #c9d1d9; |
| 41 | + --color-prettylights-syntax-storage-modifier-import: #f0f6fc; |
41 | 42 | --color-prettylights-syntax-entity-tag: #7ee787;
|
42 | 43 | --color-prettylights-syntax-keyword: #ff7b72;
|
43 | 44 | --color-prettylights-syntax-string: #a5d6ff;
|
44 | 45 | --color-prettylights-syntax-variable: #ffa657;
|
45 | 46 | --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
|
46 |
| - --color-prettylights-syntax-brackethighlighter-angle: #8b949e; |
| 47 | + --color-prettylights-syntax-brackethighlighter-angle: #9198a1; |
47 | 48 | --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
48 | 49 | --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
|
49 | 50 | --color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
50 | 51 | --color-prettylights-syntax-carriage-return-bg: #b62324;
|
51 | 52 | --color-prettylights-syntax-string-regexp: #7ee787;
|
52 | 53 | --color-prettylights-syntax-markup-list: #f2cc60;
|
53 | 54 | --color-prettylights-syntax-markup-heading: #1f6feb;
|
54 |
| - --color-prettylights-syntax-markup-italic: #c9d1d9; |
55 |
| - --color-prettylights-syntax-markup-bold: #c9d1d9; |
| 55 | + --color-prettylights-syntax-markup-italic: #f0f6fc; |
| 56 | + --color-prettylights-syntax-markup-bold: #f0f6fc; |
56 | 57 | --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
|
57 | 58 | --color-prettylights-syntax-markup-deleted-bg: #67060c;
|
58 | 59 | --color-prettylights-syntax-markup-inserted-text: #aff5b4;
|
59 | 60 | --color-prettylights-syntax-markup-inserted-bg: #033a16;
|
60 | 61 | --color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
61 | 62 | --color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
62 |
| - --color-prettylights-syntax-markup-ignored-text: #c9d1d9; |
| 63 | + --color-prettylights-syntax-markup-ignored-text: #f0f6fc; |
63 | 64 | --color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
64 | 65 | --color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
65 |
| - --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58; |
| 66 | + --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d; |
66 | 67 | }
|
67 | 68 | }
|
68 |
| - |
69 | 69 | @media (prefers-color-scheme: light) {
|
70 |
| - .markdown-body, |
71 |
| - [data-theme="light"] { |
72 |
| - /*light*/ |
| 70 | + .markdown-body, [data-theme="light"] { |
| 71 | + /* light */ |
73 | 72 | color-scheme: light;
|
74 | 73 | --focus-outlineColor: #0969da;
|
75 | 74 | --fgColor-default: #1f2328;
|
76 |
| - --fgColor-muted: #636c76; |
| 75 | + --fgColor-muted: #59636e; |
77 | 76 | --fgColor-accent: #0969da;
|
78 | 77 | --fgColor-success: #1a7f37;
|
79 | 78 | --fgColor-attention: #9a6700;
|
80 | 79 | --fgColor-danger: #d1242f;
|
81 | 80 | --fgColor-done: #8250df;
|
82 | 81 | --bgColor-default: #ffffff;
|
83 | 82 | --bgColor-muted: #f6f8fa;
|
84 |
| - --bgColor-neutral-muted: #afb8c133; |
| 83 | + --bgColor-neutral-muted: #818b981f; |
85 | 84 | --bgColor-attention-muted: #fff8c5;
|
86 |
| - --borderColor-default: #d0d7de; |
87 |
| - --borderColor-muted: #d0d7deb3; |
88 |
| - --borderColor-neutral-muted: #afb8c133; |
| 85 | + --borderColor-default: #d1d9e0; |
| 86 | + --borderColor-muted: #d1d9e0b3; |
| 87 | + --borderColor-neutral-muted: #d1d9e0b3; |
89 | 88 | --borderColor-accent-emphasis: #0969da;
|
90 | 89 | --borderColor-success-emphasis: #1a7f37;
|
91 |
| - --borderColor-attention-emphasis: #bf8700; |
| 90 | + --borderColor-attention-emphasis: #9a6700; |
92 | 91 | --borderColor-danger-emphasis: #cf222e;
|
93 | 92 | --borderColor-done-emphasis: #8250df;
|
94 |
| - --color-prettylights-syntax-comment: #57606a; |
| 93 | + --color-prettylights-syntax-comment: #59636e; |
95 | 94 | --color-prettylights-syntax-constant: #0550ae;
|
96 | 95 | --color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
97 | 96 | --color-prettylights-syntax-entity: #6639ba;
|
98 |
| - --color-prettylights-syntax-storage-modifier-import: #24292f; |
| 97 | + --color-prettylights-syntax-storage-modifier-import: #1f2328; |
99 | 98 | --color-prettylights-syntax-entity-tag: #0550ae;
|
100 | 99 | --color-prettylights-syntax-keyword: #cf222e;
|
101 | 100 | --color-prettylights-syntax-string: #0a3069;
|
102 | 101 | --color-prettylights-syntax-variable: #953800;
|
103 | 102 | --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
104 |
| - --color-prettylights-syntax-brackethighlighter-angle: #57606a; |
| 103 | + --color-prettylights-syntax-brackethighlighter-angle: #59636e; |
105 | 104 | --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
106 | 105 | --color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
107 | 106 | --color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
108 | 107 | --color-prettylights-syntax-carriage-return-bg: #cf222e;
|
109 | 108 | --color-prettylights-syntax-string-regexp: #116329;
|
110 | 109 | --color-prettylights-syntax-markup-list: #3b2300;
|
111 | 110 | --color-prettylights-syntax-markup-heading: #0550ae;
|
112 |
| - --color-prettylights-syntax-markup-italic: #24292f; |
113 |
| - --color-prettylights-syntax-markup-bold: #24292f; |
| 111 | + --color-prettylights-syntax-markup-italic: #1f2328; |
| 112 | + --color-prettylights-syntax-markup-bold: #1f2328; |
114 | 113 | --color-prettylights-syntax-markup-deleted-text: #82071e;
|
115 | 114 | --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
116 | 115 | --color-prettylights-syntax-markup-inserted-text: #116329;
|
117 | 116 | --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
118 | 117 | --color-prettylights-syntax-markup-changed-text: #953800;
|
119 | 118 | --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
120 |
| - --color-prettylights-syntax-markup-ignored-text: #eaeef2; |
| 119 | + --color-prettylights-syntax-markup-ignored-text: #d1d9e0; |
121 | 120 | --color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
122 | 121 | --color-prettylights-syntax-meta-diff-range: #8250df;
|
123 |
| - --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f; |
| 122 | + --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98; |
124 | 123 | }
|
125 | 124 | }
|
126 | 125 |
|
|
134 | 133 | font-size: 16px;
|
135 | 134 | line-height: 1.5;
|
136 | 135 | word-wrap: break-word;
|
137 |
| - scroll-behavior: auto; |
| 136 | + scroll-behavior: auto !important; |
138 | 137 | }
|
139 | 138 |
|
140 | 139 | .markdown-body .octicon {
|
|
230 | 229 | border-style: none;
|
231 | 230 | max-width: 100%;
|
232 | 231 | box-sizing: content-box;
|
233 |
| - background-color: var(--bgColor-default); |
234 | 232 | }
|
235 | 233 |
|
236 | 234 | .markdown-body code,
|
|
242 | 240 | }
|
243 | 241 |
|
244 | 242 | .markdown-body figure {
|
245 |
| - margin: 1em 40px; |
| 243 | + margin: 1em var(--base-size-40); |
246 | 244 | }
|
247 | 245 |
|
248 | 246 | .markdown-body hr {
|
|
252 | 250 | border-bottom: 1px solid var(--borderColor-muted);
|
253 | 251 | height: .25em;
|
254 | 252 | padding: 0;
|
255 |
| - margin: 24px 0; |
| 253 | + margin: var(--base-size-24) 0; |
256 | 254 | background-color: var(--borderColor-default);
|
257 | 255 | border: 0;
|
258 | 256 | }
|
|
339 | 337 | cursor: pointer;
|
340 | 338 | }
|
341 | 339 |
|
342 |
| -.markdown-body details:not([open])>*:not(summary) { |
343 |
| - display: none; |
344 |
| -} |
345 |
| - |
346 | 340 | .markdown-body a:focus,
|
347 | 341 | .markdown-body [role=button]:focus,
|
348 | 342 | .markdown-body input[type=radio]:focus,
|
|
379 | 373 |
|
380 | 374 | .markdown-body kbd {
|
381 | 375 | display: inline-block;
|
382 |
| - padding: 3px 5px; |
| 376 | + padding: var(--base-size-4); |
383 | 377 | font: 11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
|
384 | 378 | line-height: 10px;
|
385 | 379 | color: var(--fgColor-default);
|
|
397 | 391 | .markdown-body h4,
|
398 | 392 | .markdown-body h5,
|
399 | 393 | .markdown-body h6 {
|
400 |
| - margin-top: 24px; |
401 |
| - margin-bottom: 16px; |
| 394 | + margin-top: var(--base-size-24); |
| 395 | + margin-bottom: var(--base-size-16); |
402 | 396 | font-weight: var(--base-text-weight-semibold, 600);
|
403 | 397 | line-height: 1.25;
|
404 | 398 | }
|
|
529 | 523 |
|
530 | 524 | .markdown-body .anchor {
|
531 | 525 | float: left;
|
532 |
| - padding-right: 4px; |
| 526 | + padding-right: var(--base-size-4); |
533 | 527 | margin-left: -20px;
|
534 | 528 | line-height: 1;
|
535 | 529 | }
|
|
547 | 541 | .markdown-body pre,
|
548 | 542 | .markdown-body details {
|
549 | 543 | margin-top: 0;
|
550 |
| - margin-bottom: 16px; |
| 544 | + margin-bottom: var(--base-size-16); |
551 | 545 | }
|
552 | 546 |
|
553 | 547 | .markdown-body blockquote>:first-child {
|
|
666 | 660 | }
|
667 | 661 |
|
668 | 662 | .markdown-body li>p {
|
669 |
| - margin-top: 16px; |
| 663 | + margin-top: var(--base-size-16); |
670 | 664 | }
|
671 | 665 |
|
672 | 666 | .markdown-body li+li {
|
|
679 | 673 |
|
680 | 674 | .markdown-body dl dt {
|
681 | 675 | padding: 0;
|
682 |
| - margin-top: 16px; |
| 676 | + margin-top: var(--base-size-16); |
683 | 677 | font-size: 1em;
|
684 | 678 | font-style: italic;
|
685 | 679 | font-weight: var(--base-text-weight-semibold, 600);
|
686 | 680 | }
|
687 | 681 |
|
688 | 682 | .markdown-body dl dd {
|
689 |
| - padding: 0 16px; |
690 |
| - margin-bottom: 16px; |
| 683 | + padding: 0 var(--base-size-16); |
| 684 | + margin-bottom: var(--base-size-16); |
691 | 685 | }
|
692 | 686 |
|
693 | 687 | .markdown-body table th {
|
|
856 | 850 | }
|
857 | 851 |
|
858 | 852 | .markdown-body .highlight {
|
859 |
| - margin-bottom: 16px; |
| 853 | + margin-bottom: var(--base-size-16); |
860 | 854 | }
|
861 | 855 |
|
862 | 856 | .markdown-body .highlight pre {
|
|
866 | 860 |
|
867 | 861 | .markdown-body .highlight pre,
|
868 | 862 | .markdown-body pre {
|
869 |
| - padding: 16px; |
| 863 | + padding: var(--base-size-16); |
870 | 864 | overflow: auto;
|
871 | 865 | font-size: 85%;
|
872 | 866 | line-height: 1.45;
|
|
899 | 893 | }
|
900 | 894 |
|
901 | 895 | .markdown-body .csv-data .blob-num {
|
902 |
| - padding: 10px 8px 9px; |
| 896 | + padding: 10px var(--base-size-8) 9px; |
903 | 897 | text-align: right;
|
904 | 898 | background: var(--bgColor-default);
|
905 | 899 | border: 0;
|
|
930 | 924 | }
|
931 | 925 |
|
932 | 926 | .markdown-body .footnotes ol {
|
933 |
| - padding-left: 16px; |
| 927 | + padding-left: var(--base-size-16); |
934 | 928 | }
|
935 | 929 |
|
936 | 930 | .markdown-body .footnotes ol ul {
|
937 | 931 | display: inline-block;
|
938 |
| - padding-left: 16px; |
939 |
| - margin-top: 16px; |
| 932 | + padding-left: var(--base-size-16); |
| 933 | + margin-top: var(--base-size-16); |
940 | 934 | }
|
941 | 935 |
|
942 | 936 | .markdown-body .footnotes li {
|
|
945 | 939 |
|
946 | 940 | .markdown-body .footnotes li:target::before {
|
947 | 941 | position: absolute;
|
948 |
| - top: -8px; |
949 |
| - right: -8px; |
950 |
| - bottom: -8px; |
951 |
| - left: -24px; |
| 942 | + top: calc(var(--base-size-8)*-1); |
| 943 | + right: calc(var(--base-size-8)*-1); |
| 944 | + bottom: calc(var(--base-size-8)*-1); |
| 945 | + left: calc(var(--base-size-24)*-1); |
952 | 946 | pointer-events: none;
|
953 | 947 | content: "";
|
954 | 948 | border: 2px solid var(--borderColor-accent-emphasis);
|
|
1138 | 1132 | vertical-align: middle;
|
1139 | 1133 | }
|
1140 | 1134 |
|
1141 |
| -.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox { |
| 1135 | +.markdown-body ul:dir(rtl) .task-list-item-checkbox { |
1142 | 1136 | margin: 0 -1.6em .25em .2em;
|
1143 | 1137 | }
|
1144 | 1138 |
|
1145 |
| -.markdown-body .contains-task-list { |
1146 |
| - position: relative; |
| 1139 | +.markdown-body ol:dir(rtl) .task-list-item-checkbox { |
| 1140 | + margin: 0 -1.6em .25em .2em; |
1147 | 1141 | }
|
1148 | 1142 |
|
1149 | 1143 | .markdown-body .contains-task-list:hover .task-list-item-convert-container,
|
|
1224 | 1218 | .markdown-body>*:first-child>.heading-element:first-child {
|
1225 | 1219 | margin-top: 0 !important;
|
1226 | 1220 | }
|
| 1221 | + |
0 commit comments