You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?".
Steps To Reproduce
Go to html file of login/signup page
Click on the paragraph tag of both the text.
Add class="font-color" to these tags.
Now Go to css file of these pages add their this code snippet -
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.
The text was updated successfully, but these errors were encountered:
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?".
Steps To Reproduce
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.
The text was updated successfully, but these errors were encountered: