Created
October 31, 2018 14:43
-
-
Save ConstantinoSchillebeeckx/a55b916c690988c0f646af1dcd496763 to your computer and use it in GitHub Desktop.
Custom theme for Typora Github theme; sets code and mark styles to match those of Bootstrap3
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
#write { | |
max-width: 1160px; | |
} | |
code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
border-radius: 4px; | |
} | |
a > code { | |
text-decoration: none !important; | |
} | |
mark { | |
background-color: #fcf8e3; | |
color: #8a6d3b; | |
font-size: 105%; | |
font-weight: bold | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment