diff options
author | EuAndreh <eu@euandre.org> | 2025-04-15 08:26:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-15 08:26:57 -0300 |
commit | 57d913e2aa1dc393ee0e6d31369fe8201fca4bd9 (patch) | |
tree | 0fb0615b44659bac2d4c6f78dca85a56296c7490 | |
parent | Makefile: Remove suffix rule for index.htmllisting (diff) | |
download | euandre.org-57d913e2aa1dc393ee0e6d31369fe8201fca4bd9.tar.gz euandre.org-57d913e2aa1dc393ee0e6d31369fe8201fca4bd9.tar.xz |
src/content/style.css: Add header anchor via CSS
-rw-r--r-- | src/content/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |