Change colour of footnote background

Is there a snippet of CSS anyone can whip up that can change the background color of the inline footnote.

If it’s used in a wiki (via a theme component) post, the background color of both the post and the online note are the same. So they blend pretty good.

Option 1: if post is a wiki, change background color of inline to new value

Option 2; just change background color of inline to new value

1 Like

I’m afraid my CSS is still rather basic, but I think you can target the background of the inline tooltip with something like:

#footnote-tooltip {
	background: violet;
}
3 Likes

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