seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Add light theme (light mode) #139

Closed seanmturley closed 9 months ago

seanmturley commented 9 months ago

Description

Dark mode colours were added in task #134. The same needs to be implemented for light mode. This can be broken into two separate tasks:

seanmturley commented 9 months ago

Added new branch feature__light-mode.

The current plan is to follow the approach of using a data-theme attribute on div.app to switch the colour theme, and using local storage to persist the user's preference. See this CSS Tricks article for an example.

seanmturley commented 9 months ago

The light mode is now implemented. It's possible icon colours throughout the app will need some tweaking later, but there's no point doing that while they're just placeholders.

Branch has been merged into main.