Is there a way to target the p element in the code snippet below in order to reset its color property? I want to change it to 'none' or something similar. Any guidance on how to achieve this would be greatly appreciated.
<div class="a">
<ul class="b>
<li class="c">
<p>
<a class="d" href="#"> my text </a>
</p>
</li>
</ul>
</div>