From 7b8dafc852f670c501c952c16f0887b2a5f02a43 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Dec 2024 20:02:23 +0100 Subject: [PATCH] better comment --- static/css/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/markdown.css b/static/css/markdown.css index e102241..ceb0d03 100644 --- a/static/css/markdown.css +++ b/static/css/markdown.css @@ -141,7 +141,7 @@ section.footnotes * { font-size: calc(var(--font-size) * 0.8); } -/* Hightlight targeted link */ +/* Hightlight footnote on click */ section.footnotes :target { background-color: light-dark(#fafa35b9, #adad213c); }