Skip to content

Commit fe82c11

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 6ea4bf7 commit fe82c11

9 files changed

+495
-0
lines changed

dist/github-dark.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,34 @@
368368
appearance: none;
369369
}
370370

371+
.markdown-body .color-fg-accent {
372+
color: #2f81f7 !important;
373+
}
374+
375+
.markdown-body .color-fg-attention {
376+
color: #d29922 !important;
377+
}
378+
379+
.markdown-body .color-fg-done {
380+
color: #a371f7 !important;
381+
}
382+
383+
.markdown-body .flex-items-center {
384+
align-items: center !important;
385+
}
386+
387+
.markdown-body .mb-1 {
388+
margin-bottom: var(--base-size-4, 4px) !important;
389+
}
390+
391+
.markdown-body .text-semibold {
392+
font-weight: var(--base-text-weight-medium, 500) !important;
393+
}
394+
395+
.markdown-body .d-inline-flex {
396+
display: inline-flex !important;
397+
}
398+
371399
.markdown-body::before {
372400
display: table;
373401
content: "";
@@ -1021,3 +1049,30 @@
10211049
.markdown-body ::-webkit-calendar-picker-indicator {
10221050
filter: invert(50%);
10231051
}
1052+
1053+
.markdown-body .markdown-alert {
1054+
padding: 0 1em;
1055+
margin-bottom: 16px;
1056+
color: inherit;
1057+
border-left: .25em solid #30363d;
1058+
}
1059+
1060+
.markdown-body .markdown-alert>:first-child {
1061+
margin-top: 0;
1062+
}
1063+
1064+
.markdown-body .markdown-alert>:last-child {
1065+
margin-bottom: 0;
1066+
}
1067+
1068+
.markdown-body .markdown-alert.markdown-alert-note {
1069+
border-left-color: #2f81f7;
1070+
}
1071+
1072+
.markdown-body .markdown-alert.markdown-alert-important {
1073+
border-left-color: #a371f7;
1074+
}
1075+
1076+
.markdown-body .markdown-alert.markdown-alert-warning {
1077+
border-left-color: #d29922;
1078+
}

dist/github-dark_colorblind.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,34 @@
368368
appearance: none;
369369
}
370370

371+
.markdown-body .color-fg-accent {
372+
color: #58a6ff !important;
373+
}
374+
375+
.markdown-body .color-fg-attention {
376+
color: #d29922 !important;
377+
}
378+
379+
.markdown-body .color-fg-done {
380+
color: #a371f7 !important;
381+
}
382+
383+
.markdown-body .flex-items-center {
384+
align-items: center !important;
385+
}
386+
387+
.markdown-body .mb-1 {
388+
margin-bottom: var(--base-size-4, 4px) !important;
389+
}
390+
391+
.markdown-body .text-semibold {
392+
font-weight: var(--base-text-weight-medium, 500) !important;
393+
}
394+
395+
.markdown-body .d-inline-flex {
396+
display: inline-flex !important;
397+
}
398+
371399
.markdown-body::before {
372400
display: table;
373401
content: "";
@@ -1021,3 +1049,30 @@
10211049
.markdown-body ::-webkit-calendar-picker-indicator {
10221050
filter: invert(50%);
10231051
}
1052+
1053+
.markdown-body .markdown-alert {
1054+
padding: 0 1em;
1055+
margin-bottom: 16px;
1056+
color: inherit;
1057+
border-left: .25em solid #30363d;
1058+
}
1059+
1060+
.markdown-body .markdown-alert>:first-child {
1061+
margin-top: 0;
1062+
}
1063+
1064+
.markdown-body .markdown-alert>:last-child {
1065+
margin-bottom: 0;
1066+
}
1067+
1068+
.markdown-body .markdown-alert.markdown-alert-note {
1069+
border-left-color: #58a6ff;
1070+
}
1071+
1072+
.markdown-body .markdown-alert.markdown-alert-important {
1073+
border-left-color: #a371f7;
1074+
}
1075+
1076+
.markdown-body .markdown-alert.markdown-alert-warning {
1077+
border-left-color: #d29922;
1078+
}

dist/github-dark_dimmed.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,34 @@
368368
appearance: none;
369369
}
370370

371+
.markdown-body .color-fg-accent {
372+
color: #539bf5 !important;
373+
}
374+
375+
.markdown-body .color-fg-attention {
376+
color: #c69026 !important;
377+
}
378+
379+
.markdown-body .color-fg-done {
380+
color: #986ee2 !important;
381+
}
382+
383+
.markdown-body .flex-items-center {
384+
align-items: center !important;
385+
}
386+
387+
.markdown-body .mb-1 {
388+
margin-bottom: var(--base-size-4, 4px) !important;
389+
}
390+
391+
.markdown-body .text-semibold {
392+
font-weight: var(--base-text-weight-medium, 500) !important;
393+
}
394+
395+
.markdown-body .d-inline-flex {
396+
display: inline-flex !important;
397+
}
398+
371399
.markdown-body::before {
372400
display: table;
373401
content: "";
@@ -1021,3 +1049,30 @@
10211049
.markdown-body ::-webkit-calendar-picker-indicator {
10221050
filter: invert(50%);
10231051
}
1052+
1053+
.markdown-body .markdown-alert {
1054+
padding: 0 1em;
1055+
margin-bottom: 16px;
1056+
color: inherit;
1057+
border-left: .25em solid #444c56;
1058+
}
1059+
1060+
.markdown-body .markdown-alert>:first-child {
1061+
margin-top: 0;
1062+
}
1063+
1064+
.markdown-body .markdown-alert>:last-child {
1065+
margin-bottom: 0;
1066+
}
1067+
1068+
.markdown-body .markdown-alert.markdown-alert-note {
1069+
border-left-color: #539bf5;
1070+
}
1071+
1072+
.markdown-body .markdown-alert.markdown-alert-important {
1073+
border-left-color: #986ee2;
1074+
}
1075+
1076+
.markdown-body .markdown-alert.markdown-alert-warning {
1077+
border-left-color: #c69026;
1078+
}

dist/github-dark_high_contrast.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,34 @@
368368
appearance: none;
369369
}
370370

371+
.markdown-body .color-fg-accent {
372+
color: #71b7ff !important;
373+
}
374+
375+
.markdown-body .color-fg-attention {
376+
color: #f0b72f !important;
377+
}
378+
379+
.markdown-body .color-fg-done {
380+
color: #b780ff !important;
381+
}
382+
383+
.markdown-body .flex-items-center {
384+
align-items: center !important;
385+
}
386+
387+
.markdown-body .mb-1 {
388+
margin-bottom: var(--base-size-4, 4px) !important;
389+
}
390+
391+
.markdown-body .text-semibold {
392+
font-weight: var(--base-text-weight-medium, 500) !important;
393+
}
394+
395+
.markdown-body .d-inline-flex {
396+
display: inline-flex !important;
397+
}
398+
371399
.markdown-body::before {
372400
display: table;
373401
content: "";
@@ -1021,3 +1049,30 @@
10211049
.markdown-body ::-webkit-calendar-picker-indicator {
10221050
filter: invert(50%);
10231051
}
1052+
1053+
.markdown-body .markdown-alert {
1054+
padding: 0 1em;
1055+
margin-bottom: 16px;
1056+
color: inherit;
1057+
border-left: .25em solid #7a828e;
1058+
}
1059+
1060+
.markdown-body .markdown-alert>:first-child {
1061+
margin-top: 0;
1062+
}
1063+
1064+
.markdown-body .markdown-alert>:last-child {
1065+
margin-bottom: 0;
1066+
}
1067+
1068+
.markdown-body .markdown-alert.markdown-alert-note {
1069+
border-left-color: #71b7ff;
1070+
}
1071+
1072+
.markdown-body .markdown-alert.markdown-alert-important {
1073+
border-left-color: #b780ff;
1074+
}
1075+
1076+
.markdown-body .markdown-alert.markdown-alert-warning {
1077+
border-left-color: #f0b72f;
1078+
}

dist/github-dark_tritanopia.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,34 @@
368368
appearance: none;
369369
}
370370

371+
.markdown-body .color-fg-accent {
372+
color: #58a6ff !important;
373+
}
374+
375+
.markdown-body .color-fg-attention {
376+
color: #d29922 !important;
377+
}
378+
379+
.markdown-body .color-fg-done {
380+
color: #a371f7 !important;
381+
}
382+
383+
.markdown-body .flex-items-center {
384+
align-items: center !important;
385+
}
386+
387+
.markdown-body .mb-1 {
388+
margin-bottom: var(--base-size-4, 4px) !important;
389+
}
390+
391+
.markdown-body .text-semibold {
392+
font-weight: var(--base-text-weight-medium, 500) !important;
393+
}
394+
395+
.markdown-body .d-inline-flex {
396+
display: inline-flex !important;
397+
}
398+
371399
.markdown-body::before {
372400
display: table;
373401
content: "";
@@ -1021,3 +1049,30 @@
10211049
.markdown-body ::-webkit-calendar-picker-indicator {
10221050
filter: invert(50%);
10231051
}
1052+
1053+
.markdown-body .markdown-alert {
1054+
padding: 0 1em;
1055+
margin-bottom: 16px;
1056+
color: inherit;
1057+
border-left: .25em solid #30363d;
1058+
}
1059+
1060+
.markdown-body .markdown-alert>:first-child {
1061+
margin-top: 0;
1062+
}
1063+
1064+
.markdown-body .markdown-alert>:last-child {
1065+
margin-bottom: 0;
1066+
}
1067+
1068+
.markdown-body .markdown-alert.markdown-alert-note {
1069+
border-left-color: #58a6ff;
1070+
}
1071+
1072+
.markdown-body .markdown-alert.markdown-alert-important {
1073+
border-left-color: #a371f7;
1074+
}
1075+
1076+
.markdown-body .markdown-alert.markdown-alert-warning {
1077+
border-left-color: #d29922;
1078+
}

dist/github-light.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,34 @@
367367
appearance: none;
368368
}
369369

370+
.markdown-body .color-fg-accent {
371+
color: #0969da !important;
372+
}
373+
374+
.markdown-body .color-fg-attention {
375+
color: #9a6700 !important;
376+
}
377+
378+
.markdown-body .color-fg-done {
379+
color: #8250df !important;
380+
}
381+
382+
.markdown-body .flex-items-center {
383+
align-items: center !important;
384+
}
385+
386+
.markdown-body .mb-1 {
387+
margin-bottom: var(--base-size-4, 4px) !important;
388+
}
389+
390+
.markdown-body .text-semibold {
391+
font-weight: var(--base-text-weight-medium, 500) !important;
392+
}
393+
394+
.markdown-body .d-inline-flex {
395+
display: inline-flex !important;
396+
}
397+
370398
.markdown-body::before {
371399
display: table;
372400
content: "";
@@ -1020,3 +1048,30 @@
10201048
.markdown-body ::-webkit-calendar-picker-indicator {
10211049
filter: invert(50%);
10221050
}
1051+
1052+
.markdown-body .markdown-alert {
1053+
padding: 0 1em;
1054+
margin-bottom: 16px;
1055+
color: inherit;
1056+
border-left: .25em solid #d0d7de;
1057+
}
1058+
1059+
.markdown-body .markdown-alert>:first-child {
1060+
margin-top: 0;
1061+
}
1062+
1063+
.markdown-body .markdown-alert>:last-child {
1064+
margin-bottom: 0;
1065+
}
1066+
1067+
.markdown-body .markdown-alert.markdown-alert-note {
1068+
border-left-color: #0969da;
1069+
}
1070+
1071+
.markdown-body .markdown-alert.markdown-alert-important {
1072+
border-left-color: #8250df;
1073+
}
1074+
1075+
.markdown-body .markdown-alert.markdown-alert-warning {
1076+
border-left-color: #9a6700;
1077+
}

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