From 0b08ecbd656a90557843388dfbd26fa30b3352ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:34:11 +0100 Subject: [PATCH] chore(deps-dev): bump github-markdown-css from 5.8.0 to 5.8.1 (#5514) * 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](https://github.com/sindresorhus/github-markdown-css/compare/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] * update css --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Durand --- docs/github-markdown.css | 36 +++++------------------------------- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 36 deletions(-) diff --git a/docs/github-markdown.css b/docs/github-markdown.css index 257b92114e3..bc8e12bb9dd 100644 --- a/docs/github-markdown.css +++ b/docs/github-markdown.css @@ -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 { @@ -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], @@ -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; } diff --git a/package-lock.json b/package-lock.json index 73d1da27549..d8a9c564ccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,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", @@ -6129,9 +6129,9 @@ } }, "node_modules/github-markdown-css": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.8.0.tgz", - "integrity": "sha512-dSyhHzwQw4+5z+JveMY66o4PdbRP7ORjCiR5f1DjIDM5sSSE9rrRG5jpXGgx0PUMJC7goIzLtEJyItT2tL8IsQ==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.8.1.tgz", + "integrity": "sha512-8G+PFvqigBQSWLQjyzgpa2ThD9bo7+kDsriUIidGcRhXgmcaAWUIpCZf8DavJgc+xifjbCG+GvMyWr0XMXmc7g==", "dev": true, "engines": { "node": ">=10" diff --git a/package.json b/package.json index 1996ce56be0..3d9ddb79f2e 100644 --- a/package.json +++ b/package.json @@ -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",