jekyll/jekyll-gist

Question on styling the gist

Closed this issue · 1 comments

First of all, let me just say that jekyll-gist is extremely useful!
I was just wondering if it is possible to customise or change the style of the embedded gist (font type and size) in a straightforward manner. I realise it takes the css from github's embed, but I was wondering if you could point me on how to achieve such customisation.

The solution turned out to be quite straightforward. All customisation/styling is done via css, the only catch is to add "!important" so that the css takes precedence over that of github's embed css.