How can I change the colour of the text below the title in popup notifications?
I have installed 20.04 (Gnome 3.36.1) with Adapta theme (specifically Adapta-Eta).
As you can see, the text below "Laravel Mix" is barely visible. I have tried to find the CSS selector in /usr/share/themes/Adapta-Eta/gnome-shell/gnome-shell.css, but none of the changes I have made have any effect.
When I hover over the popup notification, the text colour changes to white(ish) legible text.
Can someone please tell me which CSS selector corresponds to the text "Build successful"? Also, after making changes do I need reload the session for those changes to be reflected?
Thanks in advance!
Edit:
This issue is not related to Laravel Mix, which simply displays NPM asset build notifications. Using notify-send to generate test notifications results in the same issue.
When I execute notify-send foo bar, "foo" is light, while "bar" is barely visible:
sudo apt-add-repository ppa:tista/adaptafollowed bysudo apt-get install adapta-gtk-theme. Then using gnome-tweaks I enabled the theme. – Rob Apr 28 '20 at 09:13notify-send foo barfrom the CLI, "foo" is light, while "bar" is dark. – Rob Apr 28 '20 at 09:56.message-content(at least for Arc theme) but whatever color i set there, it is only shown once I mouseover the notification. Before that it is barely visible. – mj3c Sep 21 '20 at 11:04