Skip to content

Commit

Permalink
chore(deps-dev): bump github-markdown-css from 5.6.0 to 5.6.1 (#5354)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Durand <will+git@drnd.me>
  • Loading branch information
dependabot[bot] and willdurand committed Jun 18, 2024
1 parent 592958d commit 21b9611
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
24 changes: 10 additions & 14 deletions docs/github-markdown.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
.markdown-body {
--base-size-4: 0.25rem;
--base-size-8: 0.5rem;
--base-size-16: 1rem;
--base-text-weight-normal: 400;
--base-text-weight-medium: 500;
--base-text-weight-semibold: 600;
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

@media (prefers-color-scheme: dark) {
.markdown-body,
[data-theme="dark"] {
/*dark*/
color-scheme: dark;
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
--base-text-weight-semibold: 600;
--base-text-weight-medium: 500;
--base-text-weight-normal: 400;
--base-size-16: 1rem;
--base-size-8: 0.5rem;
--base-size-4: 0.25rem;
--focus-outlineColor: #1f6feb;
--fgColor-default: #e6edf3;
--fgColor-muted: #8d96a0;
Expand Down Expand Up @@ -68,13 +71,6 @@
[data-theme="light"] {
/*light*/
color-scheme: light;
--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
--base-text-weight-semibold: 600;
--base-text-weight-medium: 500;
--base-text-weight-normal: 400;
--base-size-16: 1rem;
--base-size-8: 0.5rem;
--base-size-4: 0.25rem;
--focus-outlineColor: #0969da;
--fgColor-default: #1f2328;
--fgColor-muted: #636c76;
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"comment-json": "4.2.3",
"eslint-config-amo": "5.10.0",
"eslint-plugin-amo": "1.25.2",
"github-markdown-css": "5.6.0",
"github-markdown-css": "5.6.1",
"gunzip-maybe": "1.4.2",
"hashish": "0.0.4",
"jest": "29.7.0",
Expand Down

0 comments on commit 21b9611

Please sign in to comment.