<form method="post" action="https://ip/form.php">
First name<br> <input type="text" name="fname" value=""><br>
Email Address:<br> <input type="text" name="email" value=""><br>
Phone: <br> <input type="text" name="phone" value=""><br><br>
<input type="hidden" name="formid" value="1">
<input type="submit" name="Sign up" value="Sign up">
</form>
My input fields are currently white, making it hard for users to see their inputs. I'm looking to change the input fields to black and input text to blue. Additionally, I want to change the submit button color to black as well.
I appreciate any help on this, as I'm still learning about these web development details.