Last active
February 13, 2018 07:05
-
-
Save spemer/06c31cb83394a23f06d2d36e79097588 to your computer and use it in GitHub Desktop.
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
| $font-stack-code: Menlo, monospace, consolas; | |
| $font-stack-article: 'Merriweather',serif; | |
| $darkgrey: #656c7a; | |
| $lightgrey: #e7e9ee; | |
| .code-block { | |
| font: 100% $font-stack-code; | |
| color: $darkgrey; | |
| background-color: $lightgrey; | |
| } | |
| .article-par { | |
| font: 100% $font-stack-article; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment