Created
October 13, 2016 00:23
-
-
Save benzap/85654d69e026cf4673ffa4da25fffe0d to your computer and use it in GitHub Desktop.
org-mode stylesheet
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
| @import 'https://fonts.googleapis.com/css?family=Droid+Serif|Inconsolata'; | |
| * { | |
| font-family: 'Droid Serif', serif; | |
| } | |
| #content { | |
| margin: 20px auto; | |
| padding: 20px; | |
| max-width: 800px; | |
| } | |
| #table-of-contents { | |
| border: 1px solid #AAA; | |
| padding: 30px; | |
| } | |
| p { | |
| font-size: 18px; | |
| } | |
| pre { | |
| font-family: 'Inconsolata', monospace; | |
| } | |
| dt { | |
| font-size: 18px; | |
| } | |
| dd { | |
| font-size: 18px; | |
| } | |
| h4 { | |
| font-size: 120%; | |
| } | |
| h3 { | |
| font-size: 130%; | |
| } | |
| h2 { | |
| font-size: 140%; | |
| } | |
| h1 { | |
| font-size: 150%; | |
| } | |
| code { | |
| font-family: 'Inconsolata', monospace; | |
| border: 1px solid #ccc; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment