Skip to content

Instantly share code, notes, and snippets.

@DavidLGoldberg
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidLGoldberg/58b96b80902724ba3c5a to your computer and use it in GitHub Desktop.
Save DavidLGoldberg/58b96b80902724ba3c5a to your computer and use it in GitHub Desktop.
Make Jumpy labels orange
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