podverse / podverse-web

Podverse web app written with React and Next.js

Home Page:https://podverse.fm/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add light mode support

mitchdowney opened this issue · comments

The code for this feature is already finished, but a color scheme has not been implemented. You can find the CSS theme implementation here.

The goal of this ticket are to copy the dark mode color theme from above, and replace the colors with an appropriate light-mode version. Also, to test the appearance of these color choices in the app.

If anyone is interested in helping with light mode we would greatly appreciate it.