Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Info pane blands light mode in when in dark mode #633

Closed thetayloredman closed 3 years ago

thetayloredman commented 3 years ago

Cause appears to be here:

https://github.com/digitalocean/hacktoberfest/blob/0e0f9e022c1a820a4d7bf95d80610791d70e997b/app/assets/stylesheets/application.css.scss#L607

All the dark overrides appear to be here:

https://github.com/digitalocean/hacktoberfest/blob/0e0f9e022c1a820a4d7bf95d80610791d70e997b/app/assets/stylesheets/profile.scss#L689

One solution seems to be adding another selector for the .info-pane and setting the color to background color as above would work

- Source: HF Discord here and here