Skip to content

Instantly share code, notes, and snippets.

@JamesTheAwesomeDude
Last active January 6, 2021 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesTheAwesomeDude/70e789b9b0b0458f433f2788b17396ac to your computer and use it in GitHub Desktop.
Save JamesTheAwesomeDude/70e789b9b0b0458f433f2788b17396ac to your computer and use it in GitHub Desktop.
Some sanity in WordPress styles
a {
/* bruh why does Suki nerf this" */
text-decoration: underline;
}
.entry-content p>code[class^='language-'], p>code[class*=' language-'] {
/* https://wordpress.stackexchange.com/q/380863/52811" */
white-space: nowrap;
}
.entry-content blockquote {
/* reeeeee */
font-size: initial;
font-style: initial;
color: initial;
/* They really put too much here by default... */
padding-left: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment