You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
borders for light mode should be: neutral-100
If there is more questions let me know as I'm sure I've missed something!
The text was updated successfully, but these errors were encountered:
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/settings
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
borders for light mode should be:
neutral-100
If there is more questions let me know as I'm sure I've missed something!
The text was updated successfully, but these errors were encountered: