Ah thanks I'd missed 'inspect element'. Yes the id is calibre_reference_panel. I did:
#calibre_reference_panel {
color: #000000 !important;
}
#calibre_reference_panel p {
color: #000000 !important;
}
Which works. Not quite as important but I don't think this will work for the actual text that is selected to be referenced though, but looks like you are fixing this in your commit.
|