summaryrefslogtreecommitdiff
path: root/css/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/site.css')
-rw-r--r--css/site.css12
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;
}
Generated by cgit. See skreutz.com for my tech blog and contact information.