From 0f84fc562a103df097c089a4a228f33099768cab Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 21:21:30 -0600 Subject: [PATCH] clean up footnote backlink styling --- static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 9b745d8..d34c48b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -343,4 +343,9 @@ button.tinylytics_kudos:hover { #back-to-top svg { fill: var(--link); +} + +/* footnote link styling */ +.footnote-backref { + text-decoration: none; } \ No newline at end of file