Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info pane blands light mode in when in dark mode

thetayloredman opened this issue · comments

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