Added dark mode toggle button#505
Conversation
|
Thanks for your contribution @Sohamnayak4. I just tested it locally; it doesn't look right. Quite some other changes are needed to make it look more natural. That sort of cyan color is not part of the GRASS color palette. |
|
@veroandreo This is the initial commit for the addition of dark mode. I am working on completing this following the actual color scheme. Thanks for checking and pointing out the problems. |
|
My big question here is whether the main website needs a dark theme. |
|
@Sohamnayak4 You still workin' on this? If you are, could you mark this as a "Draft" PR? If you used white text on a black background and the current green, that would be a better color choice for my colorblind eyes. |
|
This didn't seem to go anywhere, feel free to open an improved PR. |

Added a toggle switch in the navbar component, which changes the overall theme of the body to dark.


This does not change all the individual components completely.
Related to #500