Last active
August 29, 2015 14:04
-
-
Save DavidLGoldberg/58b96b80902724ba3c5a to your computer and use it in GitHub Desktop.
Make Jumpy labels orange
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
atom-text-editor::shadow .jumpy { | |
&.label { | |
background-color: orange; | |
color: black; | |
} | |
&.jump { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment