Skip to content

Instantly share code, notes, and snippets.

@jameshibbard
Created December 9, 2012 19:36
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 jameshibbard/4246669 to your computer and use it in GitHub Desktop.
Save jameshibbard/4246669 to your computer and use it in GitHub Desktop.
CSS styles for a simple style changer
body{color:#000; background:#fff;}
.background-blue{background:blue;}
.background-red{background:red;}
.background-green{background:green;}
.color-yellow, .color-yellow a{color:yellow;}
.color-white, .color-white a{color:white;}
.color-purple, .color-purple a{color:purple}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment