I am facing an issue with a St.Entry
widget in my Cinnamon applet where the text color is set to black using CSS. However, the selection color of this widget is also black, causing selected text to be unreadable in the theme I am using:https://i.stack.imgur.com/IUU23.png
I am looking for a way to change the selection background color or the color of selected text. Is there a specific CSS selector that can help me achieve this? Where can I find documentation on how to make these changes?