Skip to content
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

Login/Signup Page content not visible in dark mode #71

Closed
udbhav26 opened this issue May 30, 2024 · 3 comments
Closed

Login/Signup Page content not visible in dark mode #71

udbhav26 opened this issue May 30, 2024 · 3 comments
Assignees
Labels
bug Something isn't working gssoc level1

Comments

@udbhav26
Copy link
Contributor

The text written on Sign Up page "Already have an account?" is not visible after the dark mode is turned on. Same issue is with Login page for the text "Don't have an account yet?".

WhatsApp Image 2024-05-31 at 02 30 05_27d2559e
Screenshot 2024-05-31 023401

Steps To Reproduce

  1. Go to html file of login/signup page
  2. Click on the paragraph tag of both the text.
  3. Add class="font-color" to these tags.
  4. Now Go to css file of these pages add their this code snippet -
  5. p.font-color{
    color: black;
    }

The color of the texts got changed to black as i wanted and hence the text is now visible in dark mode too.

I expected the same thing to happen as i observed its current behavior.

@udbhav26 udbhav26 added the bug Something isn't working label May 30, 2024
Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@udbhav26
Copy link
Contributor Author

@subhadipbhowmik sir please assign me this issue.

@sri766
Copy link
Contributor

sri766 commented May 31, 2024

Hello @subhadipbhowmik,

Can I contribute to this issue?

I have fixed the problem. I have made the changes you asked for.

Here is the screenshot of the updated page:
Screenshot from 2024-05-31 09-57-48

Changes Made:

  1. Added a CSS class .dark-text in /css/custom.css.
  2. Applied the .dark-text class to the <p> tag in the HTML file.

Thank You

This was referenced May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gssoc level1
Projects
None yet
Development

No branches or pull requests

3 participants