Skip to content

Commit eb15d90

Browse files
committedJun 17, 2024
Regenerate GitHub CSS
1 parent e9d22b2 commit eb15d90

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed
 

‎github-markdown.css

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
.markdown-body {
2+
--base-size-4: 0.25rem;
3+
--base-size-8: 0.5rem;
4+
--base-size-16: 1rem;
5+
--base-text-weight-normal: 400;
6+
--base-text-weight-medium: 500;
7+
--base-text-weight-semibold: 600;
8+
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
9+
}
10+
111
@media (prefers-color-scheme: dark) {
212
.markdown-body,
313
[data-theme="dark"] {
414
/*dark*/
515
color-scheme: dark;
6-
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
7-
--base-text-weight-semibold: 600;
8-
--base-text-weight-medium: 500;
9-
--base-text-weight-normal: 400;
10-
--base-size-16: 1rem;
11-
--base-size-8: 0.5rem;
12-
--base-size-4: 0.25rem;
1316
--focus-outlineColor: #1f6feb;
1417
--fgColor-default: #e6edf3;
1518
--fgColor-muted: #8d96a0;
@@ -68,13 +71,6 @@
6871
[data-theme="light"] {
6972
/*light*/
7073
color-scheme: light;
71-
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
72-
--base-text-weight-semibold: 600;
73-
--base-text-weight-medium: 500;
74-
--base-text-weight-normal: 400;
75-
--base-size-16: 1rem;
76-
--base-size-8: 0.5rem;
77-
--base-size-4: 0.25rem;
7874
--focus-outlineColor: #0969da;
7975
--fgColor-default: #1f2328;
8076
--fgColor-muted: #636c76;

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"stylesheet"
3636
],
3737
"devDependencies": {
38-
"generate-github-markdown-css": "^6.2.2"
38+
"generate-github-markdown-css": "^6.3.0"
3939
}
4040
}

0 commit comments

Comments
 (0)