pglombardo / PasswordPusher

🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
https://docs.pwpush.com
Apache License 2.0
1.94k stars 342 forks source link

Darkmode - CSS Text Color not correct #1454

Open kayvanaarssen opened 11 months ago

kayvanaarssen commented 11 months ago

When using darkmode in the browser Password Pusher will change its interface to Dark nice :-D But check;

Dark Mode:

image

Dark Mode all Text Selected;

image

As you can see some text is not visible. Can you please fix this in the next release?

pglombardo commented 11 months ago

Hi @kayvanaarssen - If I remember correctly, this was a bug in a past version. What version are you using and did you configure any custom CSS or a custom theme?

kayvanaarssen commented 11 months ago

Just default, latest version. Its being updated every update by Watchtower.

Any suggestions?

pglombardo commented 11 months ago

Ah ok - I've been sick (flu) and while I was offline Github auto merged a bootstrap update. #1377 points out this bug with the latest bootstrap gem.

I'll revert that update until the dark theme is fixed. If you want an immediate fix before then, you can use release or the latest version number.

kayvanaarssen commented 11 months ago

Hope you get better soon😉 Its okay for now. Hope it will be fixed asap.

pglombardo commented 11 months ago

Thanks/I'm getting better now. I reverted the gem update in #1461 - it's a temporary bandaid until #1377 is fixed.

kayvanaarssen commented 11 months ago

Watchtower just updated, and now it looks like it should again. Thanks!!

pglombardo commented 11 months ago

Cool - I disabled dependabot updates to that gem until the bug is fixed.