The Calibre viewer that comes with Calibre 3.34 (Windows 64-bit) displays footnotes in a separate window, in a
tiny font. I am reading a book where the footnotes are formatted as
.
I've tried using the following CSS in the User Stylesheet of the Viewer:
Code:
p .tx {
font-size: medium !important;
}
but this doesn't seem to have any effect.
Can anyone help me figure out what I'm doing wrong?