Gist CSS for WordPress That Looks Better

Here is the CSS I’m using for my WordPress blog to improve the way Gists look.

UPDATE 4/2016 – There used to be a major post here with a Gist, but I recently discovered GitHub improved their CSS making my old post irrelevant. GitHub fixed their embed code CSS a lot! Now all I do is apply this so it scrolls inside the code portion:

.gist-data {
  max-height:500px;
  overflow: scroll;
}

 

This entry was posted in Code and tagged . Bookmark the permalink.

Comments are closed.