I need to change the color of several names with the same class name.
How can I change the name "George" to aqua without changing the name "Aaron" from its color green?
I'm not allowed to add any IDs, !important, or add any additional new HTML to it.
<div class="grandchild">
<!-- green -->
<p>Aaron</p>
<div class="grandchild">
<!-- aqua -->
<p>George</p>