Skip to content

Commit

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

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

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

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 Dec 12, 2024
1 parent 2b24b83 commit 0b08ecb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 36 deletions.
36 changes: 5 additions & 31 deletions docs/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,13 @@
.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;
word-wrap: break-word;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
word-wrap: break-word;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -257,12 +255,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 @@ -1224,31 +1222,7 @@
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);
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
min-height: 52px;
}

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 @@ -83,7 +83,7 @@
"eslint-config-amo": "5.12.0",
"eslint-plugin-amo": "1.26.0",
"eslint-plugin-prettier": "5.2.1",
"github-markdown-css": "5.8.0",
"github-markdown-css": "5.8.1",
"gunzip-maybe": "1.4.2",
"hashish": "0.0.4",
"jest": "29.7.0",
Expand Down

0 comments on commit 0b08ecb

Please sign in to comment.