Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created April 27, 2011 22:54
Show Gist options
  • Save iaindooley/945416 to your computer and use it in GitHub Desktop.
Save iaindooley/945416 to your computer and use it in GitHub Desktop.
Example of how to add custom styles and colours to Decal
#home p.didYouKnow /* decal: Lightbulb graphic */
{
background-image:url('lightbulb.png');
}
#home p.important /* decal: #ff0000 */
{
colour:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment