Change colour of footnote background

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