Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add light/dark theme to articles feed page #433

Closed
Tracked by #63
NiallJoeMaher opened this issue Sep 28, 2023 · 2 comments · Fixed by #445
Closed
Tracked by #63

Add light/dark theme to articles feed page #433

NiallJoeMaher opened this issue Sep 28, 2023 · 2 comments · Fixed by #445
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@NiallJoeMaher
Copy link
Contributor

Context

So we can give a better user experience, we are working on a light/dark mode.

Expected Behavior

We use Tailwind so we should enable this by having a default light mode and dark mode with the dark: prefix.
You can see how this is done here: https://tailwindcss.com/docs/dark-mode

Current Behavior

By default, we only use a dark theme.
You can see the feed here: https://www.codu.co/articles

Additional info

The background for light mode should be: bg-neutral-100
The text should be: text-neutral-900
The cards should have a background of: bg-white

@pateldivyesh1323
Copy link
Contributor

I would like to work on this.

@NiallJoeMaher
Copy link
Contributor Author

All yours! Thanks @pateldivyesh1323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants