-
Notifications
You must be signed in to change notification settings - Fork 478
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
Implement dark mode for CARE #8773
Comments
I want to work on this . please assign this to me. |
@shauryag2002 I will be taking this up |
It should support multiple themes just like Github. |
Blocked, should be taken up later on as discussed with Bodhi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement Dark Mode for care.
Do not use the tailwind dark: classes (not worth the pain)
Convert present classes into
secondary
,primary
and other colors. Then let javascript decide what colors they refer to.This will allow more themes to be configured.
I write this while staring into a white screen in the middle of the night.
The text was updated successfully, but these errors were encountered: