Skip to content

Instantly share code, notes, and snippets.

@nm17
Last active March 5, 2020 07:07
Show Gist options
  • Select an option

  • Save nm17/a23d926a1de1ec3087dc2cb6c100a7a4 to your computer and use it in GitHub Desktop.

Select an option

Save nm17/a23d926a1de1ec3087dc2cb6c100a7a4 to your computer and use it in GitHub Desktop.
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