summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-12 23:36:03 -0500
committerJune McEnroe <june@causal.agency>2021-01-12 23:36:03 -0500
commitfa9f9040d4426fed7123b5f11a3ef2ed9e3fc451 (patch)
treeda497e1e621f3a0d8f9155c2146e7a3f199410c3
parentAvoid matching tag text inside HTML elements (diff)
downloadsrc-fa9f9040d4426fed7123b5f11a3ef2ed9e3fc451.tar.gz
src-fa9f9040d4426fed7123b5f11a3ef2ed9e3fc451.zip
Style causal.agency like bin HTML
-rw-r--r--www/causal.agency/Makefile2
-rw-r--r--www/causal.agency/style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile
index 82400b55..95f52120 100644
--- a/www/causal.agency/Makefile
+++ b/www/causal.agency/Makefile
@@ -8,7 +8,7 @@ index.html: index.7
 	mandoc -T html -O style=style.css index.7 > index.html
 
 scheme.css:
-	scheme -s > scheme.css
+	scheme -st > scheme.css
 
 scheme.png:
 	scheme -g > scheme.png
diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css
index 78e4a334..368d8da1 100644
--- a/www/causal.agency/style.css
+++ b/www/causal.agency/style.css
@@ -17,7 +17,7 @@ table { border-collapse: collapse; }
 table.Nm code.Nm { padding-right: 1ch; }
 table.foot { margin-top: 1em; }
 
-html { background-color: var(--ansi0); color: var(--ansi7); }
+html { background-color: var(--ansi16); color: var(--ansi17); }
 a { color: var(--ansi4); }
 a:visited { color: var(--ansi5); }
-h1 a { color: inherit; text-decoration: none; }
+a.permalink { color: var(--ansi3); text-decoration: none; }