ferdium-app icon indicating copy to clipboard operation
ferdium-app copied to clipboard

Messenger (dark mode) - Text bubbles are nearly unreadable

Open nexxai opened this issue 1 year ago • 6 comments

Avoid duplicates

  • [X] I agree to follow the Code of Conduct that this project adheres to.
  • [X] I have searched the issues tracker for a bug report similar to mine, in vain

Ferdium Version

6.7.1

What Operating System are you using?

macOS

Operating System Version

macOS Sonoma 14.4

What arch are you using?

arm64 (including Apple Silicon)

Last Known Working Ferdium version

6.7.1

Expected Behavior

The text in the text bubbles to be readable

Actual Behavior

The text is light grey on white

Steps to reproduce

  1. Open Messenger
  2. Attempt to read message

Debug link

No response

Screenshots

Screenshot 2024-03-19 at 4 41 23 PM

Additional information

No response

nexxai avatar Mar 19 '24 22:03 nexxai

Seeing the same in Arch Linux. Tried manually adjusting the css file, but had absolutely no effect. I'm wondering if Messenger have changed the attribute name for the incoming messsage background colour.

backd00rbenny avatar Mar 20 '24 09:03 backd00rbenny

Yes this is coming from a change on Messenger's side. A hacky way to fix that at the moment is to modify the file darkmode.css (you can access its location when editing your messenger service) and to change line 4 to

.__fb-light-mode .x1n2onr6 {

If you want to be more precise, you can simply change the value of the variable --chat-incoming-message-bubble-background-color in the css class .x1n2onr6 which is now forcing the background colour to be white instead of respecting the value set in .__fb-light-mode (it purely overrides it).

If anyone else has a better way to deal with that, feel free to propose your changes, mine is very rough and just to get rid of the problem quickly :wink:

Alphrag avatar Mar 20 '24 12:03 Alphrag

Nice work @Alphrag - looks to have done the trick. Figured it had to be something like that.

backd00rbenny avatar Mar 20 '24 12:03 backd00rbenny

I hoped for a quick fix like this @Alphrag , but sadly not working for me.

YooperKirks avatar Mar 20 '24 21:03 YooperKirks

https://github.com/ducfilan/Dark-mode-Franz-Ferdi/blob/master/messenger/darkmode.css

superuser7777 avatar Mar 23 '24 09:03 superuser7777

https://github.com/ducfilan/Dark-mode-Franz-Ferdi/blob/master/messenger/darkmode.css

That is a thing of beauty! Finally I can read messages in messenger, thank you so much :)

PlaceboPRS avatar Mar 25 '24 07:03 PlaceboPRS