Ändern Sie die Farbe des Fußnotenhintergrunds

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 „Gefällt mir“