Notice how on my site the notification icons appear too light?
Normally I can pull out my CSS wand and fix the issue in a jiffy. Unfortunately there is an important rule making this hard to achieve. It uses the following selector:
body div#fd.es.mod-es-notifications .es-notification .es-menu-item > a
With the following code:
color: #C6C9D0 !important;
It can be found in:
root/modules/mod_easysocial_notifications/styles/style.min.css
So what I'm suggesting is the !important rule be taken out so that we can change the color accordingly with CSS.