diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 12 |
1 files changed, 6 insertions, 6 deletions
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; } |