I am looking to update the text color in my Contact Form 7 code provided below.
--------------
<label> Your name
[text* your-name class:accent class:form-fluid ] </label>
<label> Your email
[email* your-email class:form-fluid] </label>
<label> Subject
[text* your-subject class:form-fluid] </label>
<label> Your message (optional)
[textarea your-message] </label>
[submit "Submit"]
--------------------------
In this code snippet, I want to change the text color of elements like "Your name" and "Your message" from black to white. Can someone guide me on how to achieve this using CSS? I am new to coding and would appreciate any assistance.