How to modify userContent.css or UserChrome.css to alter background color except for images, link text
I have TB setup to allow customstylesheets with userChrome and userContent.css files generated. I have userChrome setup to my liking. Now I want to modify the userContent.css file so that I can set the background color of almost all elements is #222226 except for email text, hyperlinks, and imbedded images. I have this setup now in userContent.css:
body { background-color: #222226 !important; }
{ color: white !important; /* Changes font color to white for all content */ }
This changes most elements the way I want but it also flips the color of other HTML content, embedded images for signatures and other html content so its inverted to unreadable white content with white text. Is there a way to set it up so that HTML content and images are not inverted?
TB version 140 Debian Edition on Linux Mint Cinnamon 22.3
Alle Antworten (1)
Edit: I should update that I resolved the inversion issue with HTML, Images and links by toggling the dark mode icon to off. However now there is a thin black border around the message pane: https://imgur.com/a/JqwkUqB
How do I change the color of that border around the top, bottom and sides of the message?