Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created April 24, 2014 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrins/fa90358dfb2316911ac4 to your computer and use it in GitHub Desktop.
Save bgrins/fa90358dfb2316911ac4 to your computer and use it in GitHub Desktop.
#eyedropper-button {
/* other stuff */
border: 1px solid #AAA;
}
.theme-dark #eyedropper-button {
border: 1px solid #444;
}
#eyedropper-button {
/* other stuff */
}
.theme-light #eyedropper-button {
border: 1px solid #AAA;
}
.theme-dark #eyedropper-button {
border: 1px solid #444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment