I using custom theme with different sidebar color. How can i change notification indicator style to match my theme?

Thanks
I using custom theme with different sidebar color. How can i change notification indicator style to match my theme?

Thanks
Hi,
the full list of using styles for the notification add-on you can find in the notifications-styles.css file located in the jmix-notifications-ui dependency.

For example, you need to change background-color for .jmix-notifications-indicator etc.
Regards,
Gleb
Thanks @gorelov , I am able to do it.
But how to change text color. I changed color of each css item but it is still grey?
The following works for me:
.jmix-notifications-indicator-counter {
  background-color: <color>;
  color: <text-color>;
}