Context
So we can give a better user experience, we are working on a light/dark mode.
Notifications page should have 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 editor here: https://www.codu.co/create
Additional info
The background for light mode should be: bg-neutral-100
The text should be: text-neutral-900
borders for light mode should be: neutral-100
If there is more questions let me know as I'm sure I've missed something!
Don't forget to test it with and without notifications.
Context
So we can give a better user experience, we are working on a light/dark mode.
Notifications page should have 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 editor here: https://www.codu.co/create
Additional info
The background for light mode should be:
bg-neutral-100The text should be:
text-neutral-900borders for light mode should be:
neutral-100If there is more questions let me know as I'm sure I've missed something!
Don't forget to test it with and without notifications.