I need to change the background color of the message popup since it's difficult to read (white notification on white site background)
I've seen here how to customize the custom message using
// .ajs-message.ajs-custom { color: #31708f; background-color: #d9edf7; border-color: #31708f; }
how do I customize the message one?
My code is alertify.message(e.response.Message, 5);