ducfilan / Dark-mode-Franz-Ferdi

Support Dark mode for Franz and Ferdi's services (Facebook messenger, Workplace, Slack, Whatsapp etc.)
MIT License
131 stars 41 forks source link

dark conversation text #27

Closed gle2n closed 4 years ago

gle2n commented 4 years ago

the text of the conversation became dark in WhatsApp. With a dark background, it's unreadable. I managed to "fix" it by adding:

.copyable-text{ color: #eee; }

at the end of the css file.

(Windows 10, Franz 5.4.0)

lapentad commented 4 years ago

Thanks, works great again

gle2n commented 4 years ago

also had to add

._3FRCZ{ color: #eee !important; }

for the colour of the text of the textinput when you write a message

ducfilan commented 4 years ago

Thank you @gle2n I added a new version with your suggestion. You can also make a pull request in the future if you find other problems.