Skip to content

Commit 0de594a

Browse files
ansidevgithub-actions[bot]
authored andcommitted
build: generate GitHub Markdown CSS
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a59f5f commit 0de594a

9 files changed

+117
-504
lines changed

dist/github-dark.css

Lines changed: 13 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
.markdown-body b,
6161
.markdown-body strong {
62-
font-weight: undefined;
62+
font-weight: 600;
6363
}
6464

6565
.markdown-body dfn {
@@ -68,7 +68,7 @@
6868

6969
.markdown-body h1 {
7070
margin: .67em 0;
71-
font-weight: undefined;
71+
font-weight: 600;
7272
padding-bottom: .3em;
7373
font-size: 2em;
7474
border-bottom: 1px solid #21262d;
@@ -269,34 +269,34 @@
269269
.markdown-body h6 {
270270
margin-top: 24px;
271271
margin-bottom: 16px;
272-
font-weight: undefined;
272+
font-weight: 600;
273273
line-height: 1.25;
274274
}
275275

276276
.markdown-body h2 {
277-
font-weight: undefined;
277+
font-weight: 600;
278278
padding-bottom: .3em;
279279
font-size: 1.5em;
280280
border-bottom: 1px solid #21262d;
281281
}
282282

283283
.markdown-body h3 {
284-
font-weight: undefined;
284+
font-weight: 600;
285285
font-size: 1.25em;
286286
}
287287

288288
.markdown-body h4 {
289-
font-weight: undefined;
289+
font-weight: 600;
290290
font-size: 1em;
291291
}
292292

293293
.markdown-body h5 {
294-
font-weight: undefined;
294+
font-weight: 600;
295295
font-size: .875em;
296296
}
297297

298298
.markdown-body h6 {
299-
font-weight: undefined;
299+
font-weight: 600;
300300
font-size: .85em;
301301
color: #8b949e;
302302
}
@@ -548,7 +548,7 @@
548548
margin-top: 16px;
549549
font-size: 1em;
550550
font-style: italic;
551-
font-weight: undefined;
551+
font-weight: 600;
552552
}
553553

554554
.markdown-body dl dd {
@@ -557,7 +557,7 @@
557557
}
558558

559559
.markdown-body table th {
560-
font-weight: undefined;
560+
font-weight: 600;
561561
}
562562

563563
.markdown-body table th,
@@ -771,7 +771,7 @@
771771
}
772772

773773
.markdown-body .csv-data th {
774-
font-weight: undefined;
774+
font-weight: 600;
775775
background: #161b22;
776776
border-top: 0;
777777
}
@@ -944,21 +944,13 @@
944944
color: #a5d6ff;
945945
}
946946

947-
.markdown-body [data-catalyst] {
948-
display: block;
949-
}
950-
951-
.markdown-body [data-catalyst-inline] {
952-
display: inline;
953-
}
954-
955947
.markdown-body g-emoji {
956948
display: inline-block;
957949
min-width: 1ch;
958950
font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
959951
font-size: 1em;
960952
font-style: normal !important;
961-
font-weight: undefined;
953+
font-weight: 400;
962954
line-height: 1;
963955
vertical-align: -0.075em;
964956
}
@@ -968,17 +960,12 @@
968960
height: 1em;
969961
}
970962

971-
.markdown-body [data-a11y-animated-images=system] [data-animated-image],
972-
.markdown-body [data-a11y-animated-images=disabled] [data-animated-image] {
973-
display: none;
974-
}
975-
976963
.markdown-body .task-list-item {
977964
list-style-type: none;
978965
}
979966

980967
.markdown-body .task-list-item label {
981-
font-weight: undefined;
968+
font-weight: 400;
982969
}
983970

984971
.markdown-body .task-list-item.enabled label {
@@ -1018,33 +1005,3 @@
10181005
.markdown-body ::-webkit-calendar-picker-indicator {
10191006
filter: invert(50%);
10201007
}
1021-
1022-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics] {
1023-
box-shadow: 0 0 0 1px #238636;
1024-
}
1025-
1026-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]::after {
1027-
position: absolute;
1028-
top: 0;
1029-
left: 0;
1030-
display: none;
1031-
overflow: auto;
1032-
font-size: 12px;
1033-
color: #c9d1d9;
1034-
pointer-events: none;
1035-
content: attr(data-feeds-analytics);
1036-
background-color: #0d1117;
1037-
}
1038-
1039-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]:hover {
1040-
position: relative;
1041-
}
1042-
1043-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]:hover::after {
1044-
display: block;
1045-
}
1046-
1047-
.markdown-body :root [data-color-mode=dark] {
1048-
--color-canvas-default: #0d1117;
1049-
--sub-nav-mktg-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 2px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.15);
1050-
}

dist/github-dark_colorblind.css

Lines changed: 13 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
.markdown-body b,
6161
.markdown-body strong {
62-
font-weight: undefined;
62+
font-weight: 600;
6363
}
6464

6565
.markdown-body dfn {
@@ -68,7 +68,7 @@
6868

6969
.markdown-body h1 {
7070
margin: .67em 0;
71-
font-weight: undefined;
71+
font-weight: 600;
7272
padding-bottom: .3em;
7373
font-size: 2em;
7474
border-bottom: 1px solid #21262d;
@@ -269,34 +269,34 @@
269269
.markdown-body h6 {
270270
margin-top: 24px;
271271
margin-bottom: 16px;
272-
font-weight: undefined;
272+
font-weight: 600;
273273
line-height: 1.25;
274274
}
275275

276276
.markdown-body h2 {
277-
font-weight: undefined;
277+
font-weight: 600;
278278
padding-bottom: .3em;
279279
font-size: 1.5em;
280280
border-bottom: 1px solid #21262d;
281281
}
282282

283283
.markdown-body h3 {
284-
font-weight: undefined;
284+
font-weight: 600;
285285
font-size: 1.25em;
286286
}
287287

288288
.markdown-body h4 {
289-
font-weight: undefined;
289+
font-weight: 600;
290290
font-size: 1em;
291291
}
292292

293293
.markdown-body h5 {
294-
font-weight: undefined;
294+
font-weight: 600;
295295
font-size: .875em;
296296
}
297297

298298
.markdown-body h6 {
299-
font-weight: undefined;
299+
font-weight: 600;
300300
font-size: .85em;
301301
color: #8b949e;
302302
}
@@ -548,7 +548,7 @@
548548
margin-top: 16px;
549549
font-size: 1em;
550550
font-style: italic;
551-
font-weight: undefined;
551+
font-weight: 600;
552552
}
553553

554554
.markdown-body dl dd {
@@ -557,7 +557,7 @@
557557
}
558558

559559
.markdown-body table th {
560-
font-weight: undefined;
560+
font-weight: 600;
561561
}
562562

563563
.markdown-body table th,
@@ -771,7 +771,7 @@
771771
}
772772

773773
.markdown-body .csv-data th {
774-
font-weight: undefined;
774+
font-weight: 600;
775775
background: #161b22;
776776
border-top: 0;
777777
}
@@ -944,21 +944,13 @@
944944
color: #a5d6ff;
945945
}
946946

947-
.markdown-body [data-catalyst] {
948-
display: block;
949-
}
950-
951-
.markdown-body [data-catalyst-inline] {
952-
display: inline;
953-
}
954-
955947
.markdown-body g-emoji {
956948
display: inline-block;
957949
min-width: 1ch;
958950
font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
959951
font-size: 1em;
960952
font-style: normal !important;
961-
font-weight: undefined;
953+
font-weight: 400;
962954
line-height: 1;
963955
vertical-align: -0.075em;
964956
}
@@ -968,17 +960,12 @@
968960
height: 1em;
969961
}
970962

971-
.markdown-body [data-a11y-animated-images=system] [data-animated-image],
972-
.markdown-body [data-a11y-animated-images=disabled] [data-animated-image] {
973-
display: none;
974-
}
975-
976963
.markdown-body .task-list-item {
977964
list-style-type: none;
978965
}
979966

980967
.markdown-body .task-list-item label {
981-
font-weight: undefined;
968+
font-weight: 400;
982969
}
983970

984971
.markdown-body .task-list-item.enabled label {
@@ -1018,33 +1005,3 @@
10181005
.markdown-body ::-webkit-calendar-picker-indicator {
10191006
filter: invert(50%);
10201007
}
1021-
1022-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics] {
1023-
box-shadow: 0 0 0 1px #1f6feb;
1024-
}
1025-
1026-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]::after {
1027-
position: absolute;
1028-
top: 0;
1029-
left: 0;
1030-
display: none;
1031-
overflow: auto;
1032-
font-size: 12px;
1033-
color: #c9d1d9;
1034-
pointer-events: none;
1035-
content: attr(data-feeds-analytics);
1036-
background-color: #0d1117;
1037-
}
1038-
1039-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]:hover {
1040-
position: relative;
1041-
}
1042-
1043-
.markdown-body [data-dev-analytics-enabled] [data-feeds-analytics]:hover::after {
1044-
display: block;
1045-
}
1046-
1047-
.markdown-body :root [data-color-mode=dark] {
1048-
--color-canvas-default: #0d1117;
1049-
--sub-nav-mktg-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 2px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.15);
1050-
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy