Skip to content

Instantly share code, notes, and snippets.

@lindhe
Created August 2, 2017 22:00
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 lindhe/1903f795b5ed214b7c1280d3a322911d to your computer and use it in GitHub Desktop.
Save lindhe/1903f795b5ed214b7c1280d3a322911d to your computer and use it in GitHub Desktop.
Override ritch text white background on Fastmiail (Stylish Userstyle CSS)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.fastmail.com") {
.v-Message-body--html {
border-color: transparent !important;
background-color: transparent !important;
}
.v-Message-body--html p {
color: #fff !important;
}
.v-Message-body--html a {
color: rgb(89, 146, 255) !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment