iclr-blogposts / 2023

DO NOT FORK OR MAKE PRS TO THIS REPO! Please do this with the staging repo: https://github.com/iclr-blogposts/staging
https://iclr-blogposts.github.io/2023/
MIT License
1 stars 40 forks source link

Links are not highlighted in footnotes #6

Open fabianp opened 1 year ago

fabianp commented 1 year ago

Any links inside a doesn't appear different from the rest of the text. No underscore, no color, no nothing.

If it is intentional I would argue that it's very bad from a usability point of view. This way it's impossible to see on what one can click.

busycalibrating commented 1 year ago

There should definitely be a distinction; referring to other blogs, it should be underlined:

image

I'll look into this ASAP, but I suspect it to be a CSS/styling thing so at the very least I don't think it should change how you write your blogpost.

fabianp commented 1 year ago

just to be clear. I see the underline for links in the main text, but not inside the footnotes. Inspecting the CSS it seems to be on purpose, which is strange:


d-appendix a, d-appendix a.footnote-backlink {
    color: var(--global-distill-app-color) !important;
}
fabianp commented 1 year ago

Interestingly, the links do appear in the hover text but not in the footnotes part of the blog post (at the end)