Skip to content

Commit

Permalink
chore(deps-dev): bump github-markdown-css from 5.7.0 to 5.8.0 (#5501)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump github-markdown-css from 5.7.0 to 5.8.0

Bumps [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/sindresorhus/github-markdown-css/releases)
- [Commits](sindresorhus/github-markdown-css@v5.7.0...v5.8.0)

---
updated-dependencies:
- dependency-name: github-markdown-css
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update css

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Durand <[email protected]>
  • Loading branch information
dependabot[bot] and willdurand authored Nov 18, 2024
1 parent 2e3a0ed commit 9d29942
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
43 changes: 38 additions & 5 deletions docs/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,15 @@
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: var(--fgColor-default);
background-color: var(--bgColor-default);
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
scroll-behavior: auto !important;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -256,12 +257,12 @@
}

.markdown-body input {
font: inherit;
margin: 0;
overflow: visible;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font: inherit;
}

.markdown-body [type=button],
Expand Down Expand Up @@ -326,6 +327,7 @@
width: max-content;
max-width: 100%;
overflow: auto;
font-variant: tabular-nums;
}

.markdown-body td,
Expand Down Expand Up @@ -485,7 +487,6 @@
.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
appearance: none;
}

Expand Down Expand Up @@ -957,6 +958,10 @@
font-family: monospace;
}

.markdown-body body:has(:modal) {
padding-right: var(--dialog-scrollgutter) !important;
}

.markdown-body .pl-c {
color: var(--color-prettylights-syntax-comment);
}
Expand Down Expand Up @@ -1219,3 +1224,31 @@
margin-top: 0 !important;
}

.markdown-body ul[role='list'],
.markdown-body ol[role='list'] {
list-style: none;
}

.markdown-body html[focus-within] {
scroll-behavior: smooth;
}

.markdown-body html:focus-within {
scroll-behavior: smooth;
}

.markdown-body a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

.markdown-body img,
.markdown-body picture {
max-width: 100%;
display: block;
}

.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
width: calc(100% - 20px);
}

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 @@ -86,7 +86,7 @@
"comment-json": "4.2.5",
"eslint-config-amo": "5.10.0",
"eslint-plugin-amo": "1.26.0",
"github-markdown-css": "5.7.0",
"github-markdown-css": "5.8.0",
"glob": "11.0.0",
"gunzip-maybe": "1.4.2",
"hashish": "0.0.4",
Expand Down

0 comments on commit 9d29942

Please sign in to comment.