summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/cleopatra/theme.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 4cfa3ac..9ea8991 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -266,6 +266,7 @@ h2, h3, h4 {
}
h1, h2, h3, h4 {
+ color: var(--doc);
font-family: serif;
font-weight: normal;
}
@@ -385,8 +386,7 @@ body {
}
a[href] {
- color: inherit;
- text-decoration-color: var(--doc);
+ color: var(--doc);
}
h2 a.anchor-link,