Skip to content

Instantly share code, notes, and snippets.

@itsjop
itsjop / appearance.css
Last active July 29, 2019 20:23
Errant - ProtonMail Theme
@charset "UTF-8";
html {
background: var(--image) no-repeat left center fixed var(--dark);
background-size: cover;
}
#pm_main {
position: relative;
background-color: rgba(20,20,20,0.4);
border-top-left-radius: 15px;
}