You’ve nested a rule set within a rule set, which you can’t do in CSS. The original selector (li > a) is already targeting anchors inside of list items, so you don’t need to add any more selectors. You just need to change the text color to something more accessible.