Thunderbird - Color of Weekend Days
I updated to Version 78.2.2, and the weekend days are now colored a 'dark-greenish' color. I cannot locate any setting that allows me to change the color of the weekend squares in the Thunderbird Calendar. Windows 10 is set to Light Mode.
Any guidance on how to modify the color of the calendar is appreciated.
Всички отговори (1)
Add this to a userChrome.css file in the chrome subfolder of the profile (create the folder):
window { --viewWeekendBackground: pink !important; }
Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor (Options/General).