tsriram / twitter-web-night-mode

Chrome / Firefox extension for twitter's night mode
https://tsriram.in/2017/09/24/retiring-twitter-web-night-mode-extension/
MIT License
49 stars 15 forks source link

Private message colors #64

Closed PhantomKuze closed 7 years ago

PhantomKuze commented 7 years ago

Suddenly, the colors around the test of the person you speak changed suddenly, the black is not blank like the text, hard to read.

image

Valsisttv commented 7 years ago

I can confirm this is also happening to me.

I either have to select the recieved message or disable the extension so I can read it.

TheSaxyOne commented 7 years ago

It just started for me yesterday as well.

nickkaczmarek commented 7 years ago

.DirectMessage--received .DirectMessage-text { background-color: #e6ecf0; color: #14171a;

seems to be the culprit.

PhantomKuze commented 7 years ago

can we fix it by ourselves ?

tsriram commented 7 years ago

Ah, that's bad. I'm quite sure it worked earlier. Wonder if there's any change in twitter's CSS classes. I'll push a fix in a few hours. Please bear with it till then :)

tsriram commented 7 years ago

@PhantomKuze @Valsis-sf @TheSaxyOne @Nickkaczmarek have published v0.0.17 (I need to come up with better version number!) with the fix and it should be available soon on Chrome web store. Firefox review takes a while though.

tsriram commented 7 years ago

Can one of you confirm if this is really fixed? Thanks!