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
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
The text was updated successfully, but these errors were encountered: