Skip to content

Instantly share code, notes, and snippets.

@lindhe
Created November 12, 2019 22:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindhe/364ee3c78ec2412db6172e55b052a9c7 to your computer and use it in GitHub Desktop.
Save lindhe/364ee3c78ec2412db6172e55b052a9c7 to your computer and use it in GitHub Desktop.
Thunderbird userChrome.css for reasonable zoom level
/*
* PUT THIS IN ~/.thudnerbird/[profile_name]/chrome/userChrome.css
*
* And remember to set layout.css.devPixelsPerPx to 1.2 in about:config
*
*/
/*
* Do not remove the @namespace line -- it's required.
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
* {
font-size: 14pt !important;
font-family: "Roboto" !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment