Obsidian publish tooltip css

wondering what css class(es) i need to target to adjust tooltip font color when hovering over links.

you can see the text is currently dark on dark and unreadable: mister-chad.com

I found two classes: .tooltip and .mod-top
Example with

.tooltip {
    background-color: #FFF;
}

Capture d’écran 2021-09-26 à 17.52.20

1 Like

perfect. thank you so very much!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.