Skip to content

Instantly share code, notes, and snippets.

@adityab
Created May 9, 2012 20:43
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 adityab/2648645 to your computer and use it in GitHub Desktop.
Save adityab/2648645 to your computer and use it in GitHub Desktop.
Sample CSS theme for Awwation
@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);
text {
font-family: 'Berkshire Swash', cursive;
text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
}
rect {
stroke: #AEAEFF;
}
ellipse {
stroke: #FF0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment