Skip to content

Instantly share code, notes, and snippets.

@amdelamar
Last active March 18, 2018 19:43
Show Gist options
  • Save amdelamar/9e4cbd3a7da797a88742da8e5889ab80 to your computer and use it in GitHub Desktop.
Save amdelamar/9e4cbd3a7da797a88742da8e5889ab80 to your computer and use it in GitHub Desktop.
ProtonMail Background Image
html {
/* Just change this image to your own */
background: url(https://mail.protonmail.com/assets/img/login.jpg) no-repeat center center fixed #667cbd;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body, body #body, body header, body header a.logo, body section.sidebar, body #pm_main, #ptSidebar {
background: transparent !important;
}
body #conversation-list-rows .conversation.read, .conversation.read {
background: transparent;
}
.conversation.active {
background: #828895 !important;
}
/* https://imgur.com/a/5fvzR */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment