From 57d913e2aa1dc393ee0e6d31369fe8201fca4bd9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 15 Apr 2025 08:26:57 -0300 Subject: src/content/style.css: Add header anchor via CSS --- src/content/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/style.css b/src/content/style.css index 6363484..79b5658 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -158,6 +158,12 @@ div.header-anchor:hover img { font-family: monospace; } +a.anchor { + /* FIXME: dark-mode */ + background: transparent url(img/link/light.svg) center right no-repeat; + padding-right: 22px; +} + /* Fix asciidoc shortcoming */ -- cgit v1.2.3