diff options
Diffstat (limited to 'src/content')
-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 */ |