Hi, thank you for reading. I need help with the navigation bar text color. I can't find it for the life of me. I am making a layout for my friend and messed it up somehow. Please help! Thank you!
^ That will do the trick. Unfortunately it will change all colors on ALL lists that you have on your profile. If you would like to ONLY change the nav links use this:
nav .links a { color: red; }
To add a different color when you hover over a link use:
nav .links a:hover { color: green; }
Additionally, if you would like to change only the ones on the footer: