bnidevs/the-hotbox

themes

bnidevs opened this issue · 7 comments

  • make halloween theme (orange + black , somethin like that)

  • make footer theme selector a dropdown choice
    like this:

<select name="cars" id="cars">
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select>

while you're at it, add christmas and thanksgiving too

and new years

I'd recommend moving the "Dark Mode" checkbox to the themes as well. So we add a "Dark Theme" on top of the other themes and remove the "Dark Mode" checkbox.

Also, we could potentially use JS to select a default theme temporarily using the current day if it is a holiday.

I'd recommend moving the "Dark Mode" checkbox to the themes as well. So we add a "Dark Theme" on top of the other themes and remove the "Dark Mode" checkbox.

This is what i meant

Also, we could potentially use JS to select a default theme temporarily using the current day if it is a holiday.

this is a good idea

Fix christmas + thanksgiving theme + add date checker