Skip to content

Instantly share code, notes, and snippets.

@cgt
Created February 1, 2017 12:55
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 cgt/6ae19a0bcf5a02486c136826ace7d9f0 to your computer and use it in GitHub Desktop.
Save cgt/6ae19a0bcf5a02486c136826ace7d9f0 to your computer and use it in GitHub Desktop.
user styles
@namespace url(http://www.w3.org/1999/xhtml);
/* Remove <aside> sidebar and expand content */
@-moz-document domain("blog.cloudflare.com") {
aside.sidebar {
display: none;
}
section.primary-content {
float: initial;
margin-left: initial;
margin: initial;
width: initial;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
/* Replace Go font with something readable */
@-moz-document domain("golang.org") {
body {
font-family: Arial, sans-serif;
}
pre, code {
font-family: Consolas, Inconsolata, monospace;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment