Last active
April 14, 2017 21:41
-
-
Save jamesnotjim/c1294e14b0b4339c077f2439d8341401 to your computer and use it in GitHub Desktop.
Removes all-caps styling from BindTuning's Ignite theme
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
<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