Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created October 29, 2012 02:49
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 pifantastic/3971180 to your computer and use it in GitHub Desktop.
Save pifantastic/3971180 to your computer and use it in GitHub Desktop.
$('body, header, header h1, .page-element').css({
'background-color' : '#111',
'color' : '#E5E5E5'
});
$('.live-config').css('color', '#333');
$('.configOpen').css('color', '#E5E5E5');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment