One more tweak to heading links

This commit is contained in:
Zach Leatherman
2023-01-24 09:19:02 -06:00
parent d89ad2cc32
commit fd40e70fed
2 changed files with 9 additions and 3 deletions

View File

@ -254,12 +254,16 @@ header {
}
a[href].header-anchor,
a[href].header-anchor:visited {
color: #aaa;
color: transparent;
}
a[href].header-anchor:focus,
a[href].header-anchor:hover {
text-decoration: underline;
}
a[href].header-anchor:focus,
:hover > a[href].header-anchor {
color: #aaa;
}
h2 + .header-anchor {
font-size: 1.5em;