Skip to content

Instantly share code, notes, and snippets.

@phoinixi
phoinixi / jekyll-monokai-syntax.scss
Last active August 4, 2019 02:48
Monokai color scheme for jekyll highlighling
/**
* Syntax highlighting styles
*/
.highlight {
background: #272822;
@extend %vertical-rhythm;
pre {
border: none;
code {