jsonresume / resume-website

Website for JSON Resume. 🏡 DEPRECATED - SEE MONO

Home Page:https://github.com/jsonresume/jsonresume.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dark mode using prefers-color-scheme

SethFalco opened this issue · comments

We should probably add support for dark mode to the site.

The easy part will just be using prefers-color-scheme to use the system preference by default.

The more annoying parts will be:

  • Adding a button somewhere to switch between themes.
  • The color scheme the website should actually use.