Center the label marker

This commit is contained in:
Mark Wiemer 2025-03-15 10:48:09 -07:00
parent 0ea1862fbc
commit b1b9b98a8e

View File

@ -122,6 +122,10 @@ a .book-icon {
word-wrap: break-word; word-wrap: break-word;
} }
label {
align-items: center;
}
a.active { a.active {
color: var(--color-link); color: var(--color-link);
} }