style super links for footnotes

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-02-22 21:34:17 -06:00
parent 23c4c57f2f
commit 2d5528fa82
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ h1, h2, h3, h4, h5, h6 {
color: #B31D15; color: #B31D15;
} }
p a, ul a, ol a { p a, ul a, ol a, sup a {
color: #DDD; color: #DDD;
} }
@@ -30,7 +30,7 @@ footer a {
color: #999; color: #999;
} }
p a:hover, ul a:hover, ol a:hover, footer a:hover { p a:hover, ul a:hover, ol a:hover, footer a:hover, sup a:hover {
color: #B31D15; color: #B31D15;
} }

View File

@@ -22,7 +22,7 @@ h1, h2, h3, h4, h5, h6 {
color: #811610; color: #811610;
} }
p a, ul a, ol a { p a, ul a, ol a, sup a {
color: #222; color: #222;
} }
@@ -30,7 +30,7 @@ footer a {
color: #999; color: #999;
} }
p a:hover, ul a:hover, ol a:hover, footer a:hover { p a:hover, ul a:hover, ol a:hover, footer a:hover, sup a:hover {
color: #811610; color: #811610;
} }