Skip to content

Instantly share code, notes, and snippets.

@abackstrom
Created October 10, 2012 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abackstrom/3866658 to your computer and use it in GitHub Desktop.
Save abackstrom/3866658 to your computer and use it in GitHub Desktop.
Importing Stylesheets in Marked.app
/*
Title: GitHub Modified
Author: Adam Backstrom
Description: Additional styles for Marked's GitHub style.
*/
@import url("/Applications/Marked.app/Contents/Resources/github.css");
body {
font-family: Open Sans;
}
tt, code {
font-family: Inconsolata;
}
#wrapper {
border: none !important;
}
@abackstrom
Copy link
Author

I've turned this into a blog post:

https://sixohthree.com/marked-overriding-styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment