Add series links

This commit is contained in:
Nathan McCarty 2025-02-09 02:43:22 -05:00
parent d170a2fccf
commit 4793d660e2
6 changed files with 54 additions and 10 deletions

View file

@ -65,10 +65,10 @@ body, .post {
flex-wrap: wrap;
margin-top: var(--box-margin-vert);
}
.header-links > a > span {
.header-links > a > span, .post-series-tag > a > span {
text-decoration: underline;
}
.header-links > a {
.header-links > a, .post-series-tag > a {
text-decoration: none;
}