css@books
#UserCSS
code:style.css
ul.grid {
& li.page-list-item {
&data-page-links~="'books'":not(data-page-title="tags"):not(data-page-title="books") {
a {
background-color: rgba(0, 0, 0, 0);
}
.header {
display: none;
}
img {
position: absolute;
object-fit: contain;
height: 100%;
inset: 0;
border-radius: 4px;
}
}
}
}