From 6772e304c049cf44bbf47b445b04c8e45c16c128 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 6 Jul 2024 23:20:29 +0200 Subject: Append anchors to headings --- css/site.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css/site.css') diff --git a/css/site.css b/css/site.css index a2ffb90..379d9e8 100644 --- a/css/site.css +++ b/css/site.css @@ -129,12 +129,12 @@ h6 { /* color: var(--accent-color); */ } -h1 > a, -h2 > a, -h3 > a, -h4 > a, -h5 > a, -h6 > a { +h1 > a:not(.anchor), +h2 > a:not(.anchor), +h3 > a:not(.anchor), +h4 > a:not(.anchor), +h5 > a:not(.anchor), +h6 > a:not(.anchor) { color: inherit; text-decoration: inherit; } -- cgit v1.2.3