Skip to content

Instantly share code, notes, and snippets.

@philwinkle
Last active March 25, 2021 03:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philwinkle/6122265 to your computer and use it in GitHub Desktop.
Save philwinkle/6122265 to your computer and use it in GitHub Desktop.
Day and Night CSS files for Chris Harry jQuery lesson testing in jsFiddle. For more context see http://jsfiddle.net/87Nzy/1/
body {
background-color: yellow;
color: #000;
}
body {
background-color: #2E0854 !important;
color: #fff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment