Skip to content

Instantly share code, notes, and snippets.

@ConstantinoSchillebeeckx
Created October 31, 2018 14:43
Show Gist options
  • Save ConstantinoSchillebeeckx/a55b916c690988c0f646af1dcd496763 to your computer and use it in GitHub Desktop.
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
#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