I want to change the text color of an element based on the element's background color.
For instance, if the background color is changed to black, then make the text white. If the background color is changed to white, then make the text black.
It'd be a bit more complex than than that though as the user can change the background color to whatever they'd like.
I found some random articles about handling it on the backend, but nothing using javascript (or better yet, jQuery).