I have a SharePoint list and I have changed the row color by adding this piece of code in CEWP.
<style type="text/css"> .ms-alternating { background-color: White; } </style> Now when I click on the checkbox at the left of the row, the item color is very dark and the letters are not viewable.
Is there any way to change the color of them too?