Show page position in series on series taxonomy pages

Fix #40
This commit is contained in:
2021-11-23 13:14:44 -06:00
parent 161c68d16c
commit 55bbfa90e4
4 changed files with 46 additions and 1 deletions

View File

@ -78,6 +78,12 @@
background-color: var(--background-2);
}
.post-series-position {
position: relative;
float: right;
opacity: .75;
}
.post-title {
margin-bottom: 10px;
}