Last active
March 2, 2021 13:56
-
-
Save lexffe/fda0d46a599a3f56801b008dc9d19dc6 to your computer and use it in GitHub Desktop.
Clean, "minimalistic" styles for org-mode + html.
This file contains 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://cdnjs.cloudflare.com/ajax/libs/IBM-type/0.5.4/css/ibm-type.min.css'; | |
* { | |
font-family: 'IBM Plex Sans', sans-serif; | |
} | |
body { | |
background-color: #f7f9fb; | |
margin: auto; | |
padding-bottom: 1em; | |
max-width: 80ch; | |
} | |
pre { | |
font-family: 'IBM Plex Mono', monospace; | |
box-shadow: none; | |
} | |
pre * { | |
font-family: 'IBM Plex Mono', monospace; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment