How do I change the text color of a default UserCreationForm in Django?
I’m working on a simple website using django and bootstrap.
I’ve used the UserCreationForm class to make a standards registration page.
But I’d like to make the texts a little darker so it’s more legible and has a good contrast from the background image and mask. What’d be the best solution?