Created
November 27, 2014 12:41
-
-
Save kuanyui/2ccc0c52be8a0dc2d569 to your computer and use it in GitHub Desktop.
Stylish for GNU documents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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