What I have done in the past is put the following code in the css file
.dropbtn a:hover {
color: #f1f1f1;
}
this changes the color when the objected is hovered over. If you want to be when clicked, I think there is another one other than hover to do that.