-
-
Save ardianta/fc3beb2d591fc52692de to your computer and use it in GitHub Desktop.
Better styles for embedding GitHub Gists
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
/* CSS untuk embed Gist */ | |
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%} | |
.gist-file .gist-data {max-height: 500px} | |
.gist pre {font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important} | |
.gist-meta {font-family:Helvetica,Arial,sans-serif;font-size:13px !important} | |
.gist-meta a{color:#239ea3 !important;text-decoration:none} | |
.gist-meta a:hover{color:#5cc2c0 !important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment