List Color: Turn Off or Change Pink Color

You could try adding this to your userchrome.css file:

.ace_list {
    color: black !important;
}

Got the above from this post by @tatoosh

In fact the entire "Share your CSS" thread is devoted to CSS customisation so it may act as a good source for any other elements you may wish to modify.

2 Likes