add a book count
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-02-04 20:51:40 -05:00
parent f802943316
commit b11316abe5
3 changed files with 9 additions and 0 deletions

View File

@@ -147,6 +147,11 @@ body {
display: inline;
}
#header .bookCount {
font-size: small;
color: #a29c77;
}
#searchBox {
position: absolute;
right: 10px;