From 750752238e13f0777237d3977d458337ce060c92 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 May 2026 20:37:51 +0900 Subject: feat(style): add highlight to selected footnote --- services/nuldoc/public/default/404.html | 2 +- services/nuldoc/public/default/index.html | 2 +- services/nuldoc/public/default/style.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'services/nuldoc/public/default') diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html index cae61838..ddfc1c6b 100644 --- a/services/nuldoc/public/default/404.html +++ b/services/nuldoc/public/default/404.html @@ -14,7 +14,7 @@ Page Not Found|nsfisis.dev - +
diff --git a/services/nuldoc/public/default/index.html b/services/nuldoc/public/default/index.html index f8dc695e..15d82799 100644 --- a/services/nuldoc/public/default/index.html +++ b/services/nuldoc/public/default/index.html @@ -15,7 +15,7 @@ nsfisis.dev - +
diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index c6104dd2..f886658b 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/style.css @@ -334,6 +334,10 @@ img { align-items: baseline; } +.footnotes .footnote:target { + background-color: #e0e0e0; +} + .footnotes .footnote p { margin: 0; } -- cgit v1.3.1