cabalex / fnf-song-converter

9 stars 11 forks source link

Added dark mode #7

Closed frostzzone closed 3 years ago

frostzzone commented 3 years ago

Why stick with just white mode, also allow dark mode! I was using this at night (maybe others do too or prefer dark mode) and I had an idea of adding dark mode

How to activate: There's no button to activate it, it's based on the preference you set on your device All links still connect to https://cabalex.github.io/fnf-song-converter

Proof of concept page here

It may be called:

Android Examples: Android-Download-Page Android-Main Android-Guide

Windows examples: Concept-Light Concept-Dark

cabalex commented 3 years ago

Woah, nice job! I didn't actually know the prefers-color-scheme: dark tag was a thing, and that's definitely something to know! However, I think it'd be more efficient to just have a global stylesheet and use it in every page, instead of having a giant style tag for every html file. I wrote most of the website a long time ago, and hence it has some... questionable stylistic decisions when it comes to formatting. So, I've taken some of your CSS and put it into a styles.css that is referenced by every page. It should have dark mode now 👍 Thanks for the PR!