Go to Appearance > customize > general > colors > link color
If you change this color then all your links color will change.
If you specifically modify the list link color then you can modify the custom css code like this;
li a { border-bottom: 3px solid #333; font-weight: bold; color: #333; }