Skip to content

Instantly share code, notes, and snippets.

@defeo
Created March 8, 2016 11: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 defeo/1db69f539379a5130f03 to your computer and use it in GitHub Desktop.
Save defeo/1db69f539379a5130f03 to your computer and use it in GitHub Desktop.
Stylish CSS override for Gmail
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
.a3s, .editable {
font-family: monospace !important;
font-size: 10pt !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment