Skip to content

Instantly share code, notes, and snippets.

@jamesnotjim
Last active April 14, 2017 21:41
Show Gist options
  • Save jamesnotjim/c1294e14b0b4339c077f2439d8341401 to your computer and use it in GitHub Desktop.
Save jamesnotjim/c1294e14b0b4339c077f2439d8341401 to your computer and use it in GitHub Desktop.
Removes all-caps styling from BindTuning's Ignite theme
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment