As there is a ttp-color attribute, I would wait for --tpcolor to take the value green. But at least in Obsidian it doesn’t work. any idea? Thanks a lot!
Thank you @gapmiss . is it possible to change background, borders, font-family , etc only in the context of tooltip through aria-label? The reason of my quesion is controling the aspect of a tooltip wihout affecting the active theme. In addition having different styles (colors) controlled by an attribute.
I’m having a similar problem. With this code, introducing aria-label. I want to change only the style of aria-label within a span, not in the general style
Putting span[aria-label=“something”] doesn’t have any sense since the style should be independent of the context of tooltip. .tooltip is a propper class in Obsidian.
I know I’m just a beginner in CSS and obsidian is tricky in that aspect.