Patreon login button ugly/unreadable in dark mode

The “Log in with Patreon” button probably looks nice in light mode, but it’s a bit terrible in dark mode:

Is this something i can fix with css? (Where? How?) Or is it something i can beg @falco to address?

Thanks!

5 Likes

No, @awesomerobot is the correct person to ping.

2 Likes

We probably shouldn’t change the text color for the social logins, seems like that’s best kept white regardless of theme. I’ll fix that.

In the meantime you can add custom CSS under Admin > Customize

To fix this you’d add:

.btn-social, .btn-social:hover {
    color: #fff;
}
6 Likes

Perfect - thanks, @kris!

https://github.com/discourse/discourse/commit/fb2ab3c4d4455a544d47baa7fc45a131bccaf33e

1 Like