Skip to content

Instantly share code, notes, and snippets.

@mskelton
Last active March 6, 2023 15:19
Show Gist options
  • Save mskelton/e6772b7ca5d8c9195a9143ef3a75c499 to your computer and use it in GitHub Desktop.
Save mskelton/e6772b7ca5d8c9195a9143ef3a75c499 to your computer and use it in GitHub Desktop.
npm Improved Markdown
/* ==UserStyle==
@name npm Improved Markdown
@namespace github.com/mskelton
@version 1.1.0
@description Some simple changes to npm markdown styles to fix blockquote and table style oddities.
@author Mark Skelton
@license ISC
@homepageURL https://gist.github.com/mskelton/e6772b7ca5d8c9195a9143ef3a75c499
==/UserStyle== */
@-moz-document url-prefix("https://www.npmjs.com/package") {
blockquote > p {
margin: 5px 0 !important;
}
table {
margin-bottom: 16px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment