Skip to content

Instantly share code, notes, and snippets.

@hijonathan
Created May 28, 2015 18:31
Show Gist options
  • Select an option

  • Save hijonathan/43f462c3b499ea2de8af to your computer and use it in GitHub Desktop.

Select an option

Save hijonathan/43f462c3b499ea2de8af to your computer and use it in GitHub Desktop.
Appcues button styling
/* Set the color of the back buttons to Appcues blue. */
.appcues-button {
background-color: #4baad3;
}
.appcues-button:hover {
background-color: #247294; /* A bit darker. */
}
.appcues-button.appcues-button-success {
background-color: #EB6E5E; /* Hotspot red! */
}
.appcues-button.appcues-button-success:hover {
background-color: #E54531;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment