Last active
March 25, 2021 03:24
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: yellow; | |
color: #000; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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