Created
November 12, 2019 22:04
-
-
Save lindhe/364ee3c78ec2412db6172e55b052a9c7 to your computer and use it in GitHub Desktop.
Thunderbird userChrome.css for reasonable zoom level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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