Last active
March 5, 2020 07:07
-
-
Save nm17/a23d926a1de1ec3087dc2cb6c100a7a4 to your computer and use it in GitHub Desktop.
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
| html, body { | |
| background: #121212; | |
| } | |
| footer { | |
| background: black !important; | |
| } | |
| h1, p { | |
| color: white; | |
| } | |
| .iti *, .form-control { | |
| color: white !important; | |
| background-color: #212121 !important; | |
| } | |
| .iti *::placeholder, .form-control::placeholder { | |
| color: #484848 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment