summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-15 08:26:57 -0300
committerEuAndreh <eu@euandre.org>2025-04-15 08:26:57 -0300
commit57d913e2aa1dc393ee0e6d31369fe8201fca4bd9 (patch)
tree0fb0615b44659bac2d4c6f78dca85a56296c7490
parentMakefile: Remove suffix rule for index.htmllisting (diff)
downloadeuandre.org-57d913e2aa1dc393ee0e6d31369fe8201fca4bd9.tar.gz
euandre.org-57d913e2aa1dc393ee0e6d31369fe8201fca4bd9.tar.xz
src/content/style.css: Add header anchor via CSS
-rw-r--r--src/content/style.css6
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 */