You should be able to target them in CSS like so:
<style>
.footnote-ref a,
.footnote-backref {
color: red;
}
</style>
Hope this helps!
You should be able to target them in CSS like so:
<style>
.footnote-ref a,
.footnote-backref {
color: red;
}
</style>
Hope this helps!