-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add toggle to dark mode button #296
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly! Feel free to join our community on Discord to discuss more! |
🚀 Thank you for your contribution! This pull request has been closed. If you have any questions or need further assistance, feel free to reach out. |
can you make toggle button for dark mode again, its' disable? |
not changed |
@mansiruhil13 feature added |
not shown, due to breakdown of homepage. page was broken. |
AmbuFlow.-.Google.Chrome.2024-10-06.22-55-36.mp4
Dark Mode Toggle Button: A button with an icon 🌙 is added next to the login link. When clicked, it toggles the dark mode.
Dark Mode Styles: CSS styles are defined for dark mode, which changes the background and text colors.
JavaScript Functionality: An event listener is added to the toggle button. When clicked, it toggles the dark-mode class on the body and content div.