Skip to content

Instantly share code, notes, and snippets.

@kuanyui
Created November 27, 2014 12:41
Show Gist options
  • Save kuanyui/2ccc0c52be8a0dc2d569 to your computer and use it in GitHub Desktop.
Save kuanyui/2ccc0c52be8a0dc2d569 to your computer and use it in GitHub Desktop.
Stylish for GNU documents
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.gnu.org") {
code, kbd {
border-radius: 2px;
padding:1px 10px;
}
code{
color: #006 !important;
background-color: #ddf !important;
}
kbd{
color: #090 !important;
background-color: #efa !important;
}
.smallexample{
padding:1px 10px;
background-color:#f1f1f1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment