Skip to content

Commit 13a5e56

Browse files
committed
feat: optimize card border for printed book
1 parent 9d703fe commit 13a5e56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ article.book-card {
8484
&:not(:has(> img)) {
8585
grid-template-columns: 1fr 0px;
8686
}
87+
box-shadow: none;
88+
border: 1px solid var(--pico-muted-border-color);
8789

8890
/* override pico styles */
8991
padding: 0;

0 commit comments

Comments
 (0)