Created
August 30, 2017 14:58
-
-
Save samueljmurray/c2179920c8409e249ff1a168137048ec to your computer and use it in GitHub Desktop.
Base CSS styles
This file contains hidden or 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 { | |
| color: lemonchiffon; | |
| } | |
| input[type=text] { | |
| color: peachpuff; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment