For awhile now, I've wondered if it's at all possible to change the text color for the text boxes when we feed, play, or put items into our wardrobe?
I'm talking about, for instance, the text circled in this image.

It's a little hard to read for me and I'm not sure if this problem exists in other website colors as well, but it certainly exists in the default(?) website color.
You can use CustomCSS for this, but I'm not good at coding so I wouldn't know what you'd need to do in order to change it to your liking.
[ToT=Riley]
I don't really know CSS either but it's easiest to read using the Arctic Frost layout.
Try this, but I'm not sure if it affects other text as well; I can't find if there's a more specific div for those headings yet.

You can substitute "rgb(215,215,215)" for (don't remove "!important") if you still find that too hard to read. It's also possible to change the size of the font, but it -sometimes- breaks other page elements when you do that.
[/font].sp-header {
color: rgb(215, 215, 215) !important;
}