Skip to content

Instantly share code, notes, and snippets.

@panphora
Last active September 3, 2020 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panphora/93727cd647a37647c010a9818650608d to your computer and use it in GitHub Desktop.
Save panphora/93727cd647a37647c010a9818650608d to your computer and use it in GitHub Desktop.
body .email-modal .email-modal__content {
background-color: #191c1f;
}
body .email-modal .email-modal__top-image {
background-color: #fff;
}
body .bottom-bar, body .bottom-bar *, body .email-modal, body .email-modal * {
color: #fff;
}
body .email-modal .email-modal__description {
color: #fff;
opacity: .8;
}
body .email-modal .email-modal__input, body .bottom-bar .bottom-bar__input {
background-color: #343a40;
border: none;
color: #fff;
}
body .bottom-bar .bottom-bar__close, body .bottom-bar .bottom-bar__sign-up, body .email-modal .email-modal__sign-up {
background-color: #495057;
}
body .bottom-bar .bottom-bar__close:hover, body .bottom-bar .bottom-bar__sign-up:hover, body .email-modal .email-modal__sign-up:hover {
background-color: #343a40;
}
body .bottom-bar {
background-color: #191c1f;
border-top-color: #191c1f;
}
body .bottom-bar .bottom-bar__label-text {
color: #fff;
}
@panphora
Copy link
Author

panphora commented Sep 3, 2020

If you paste this CSS in your website, then Polite Email Popup (politepop.com) will get a dark mode theme!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment