all repos — site @ 8687d38f9b54b5f5043ce012d208787073aa3220

source for my site, found at icyphox.sh

css: bring back footnote-ref styling
Anirudh Oppiliappan x@icyphox.sh
Mon, 20 Jan 2025 11:51:25 +0200
commit

8687d38f9b54b5f5043ce012d208787073aa3220

parent

f49d2d234e830950d8e8c08e9c9009514c4074e7

1 files changed, 22 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -409,12 +409,34 @@ display: inline-block;

flex-shrink: 0; } +.footnote-ref a { + text-decoration: none; + color: var(--light); + border-radius: 50%; + text-align: center; + line-height: 0.8rem; + background: var(--cyan); + width: 0.8rem; + height: 0.8rem; + font-size: 0.6rem; + display: inline-block; + border-bottom: unset; +} + .footnotes > ol li p { margin: 0; line-height: 160%; } .footnote-return { + border-bottom: unset; + color: var(--cyan); + margin-left: auto; +} + +.footnote-return:hover { + border-bottom: unset; + color: var(--cyan); margin-left: auto; }