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

Input field still white in WhatsApp #30

Closed ghost closed 4 years ago

ghost commented 4 years ago

Updated to the new file, and confirmed the change from @lapentad was in there. However, this change just makes the text darker so it is easier to read, and does not fix the color of the box, which is white and does not match the rest of the dark theme. I've edited the code myself and the change that should be added is:

._3FRCZ{ color: #eee !important; }

._3uMse{ background-color: #282d37 !important; border-color: #282d37 !important; }

Originally posted by @Zireael13 in https://github.com/ducfilan/Dark-mode-Franz-Ferdi/issues/28#issuecomment-654294318