Skip to content

Instantly share code, notes, and snippets.

@sandervanhooft
Last active April 9, 2018 12:34
Show Gist options
  • Save sandervanhooft/4ef7e056acf11e67a821be80e698166c to your computer and use it in GitHub Desktop.
Save sandervanhooft/4ef7e056acf11e67a821be80e698166c to your computer and use it in GitHub Desktop.
Mail template code snippet css for pre tag based on ConvertKit editor
pre {
padding: 1em;
border: 1px solid #ddd;
border-radius: 3px;
background: #f8f8f8;
font-size: 90%;
line-height: 1.6em;
font-family: Menlo, Monaco, monospace, sans-serif !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment