05-09-2024 12:12 PM
The new version of Thunderbird 115 has switched to an eye fatiguing font. I have been able to make my composition window look normal, but not the "message header" section and "folder pane"?
Why do they always have to take something that is good and make it worse???
05-09-2024 09:34 PM - edited 05-09-2024 10:09 PM
Hello
How to change the font of the folder and message list panels?
Like this https://support.mozilla.org/en-US/questions/1427253
For illustration purposes
/* threads pane font */
table[is="tree-view-table"]{
font-family: Times, serif !important;
font-size: 16px !important;
}
/* folder pane font */
#folderPane {
font-family: Times, serif !important;
font-size: 14px !important;
}
Of course, you have the option of choosing another model (by way of example) another font, Comic Sans MS
/* threads pane font */
table[is="tree-view-table"]{
font-family: Comic Sans MS !important;
font-size: 16px !important;
}
/* folder pane font */
#folderPane {
font-family: Times, serif !important;
font-size: 14px !important;
}
Restart Thunderbird if you make changes