Fix tag formatting issues
This commit is contained in:
parent
4793d660e2
commit
5c569780dc
3 changed files with 16 additions and 8 deletions
|
@ -65,10 +65,10 @@ body, .post {
|
|||
flex-wrap: wrap;
|
||||
margin-top: var(--box-margin-vert);
|
||||
}
|
||||
.header-links > a > span, .post-series-tag > a > span {
|
||||
.header-links > a > span, .post-series-tag > a > span, .post-tag > a > span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.header-links > a, .post-series-tag > a {
|
||||
.header-links > a, .post-series-tag > a, .post-tag > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue