Created
October 10, 2012 16:17
-
-
Save abackstrom/3866658 to your computer and use it in GitHub Desktop.
Importing Stylesheets in Marked.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've turned this into a blog post:
https://sixohthree.com/marked-overriding-styles