Skip to content

Instantly share code, notes, and snippets.

@troglodyne
Created September 10, 2019 15:40
Show Gist options
  • Save troglodyne/d64f90e70bc15a3514319dd1230faa58 to your computer and use it in GitHub Desktop.
Save troglodyne/d64f90e70bc15a3514319dd1230faa58 to your computer and use it in GitHub Desktop.
WebMail Dark mode CSS for cPanel & WHM
@-moz-document regexp("^http[s]?://[a-zA-Z0-9._-]+:209[56]/.*") {
body {
background-color: black;
}
#content {
filter: invert(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment