.bible-book-chapter-ul {
    list-style: none;
    padding: 0;
}

.bible-book-chapter-ul > li {
    font-size: 1.1em;
}

.bible-book-chapter-ul a {
    display: block;
    text-decoration: none;
}

.bible-book-chapter-ul a:hover {
    background: #f3f3f3;
}

.bible-book-chapter-description {
    font-size: 0.8em;
    color: #777;
}

[data-theme="dark"] .bible-book-chapter-ul a:hover {
    background: #2f3137;
    color: #d0d0d0;
}
[data-theme="dark"] .bible-book-chapter-description {
    color: #707070;
}