Make books clickable

This commit is contained in:
Robbie Antenesse 2019-01-03 15:18:35 -07:00
parent f6c72d7665
commit 3c8449f6d1
1 changed files with 4 additions and 0 deletions

4
public/css/styles.css Normal file
View File

@ -0,0 +1,4 @@
.is-clickable,
.modal-button {
cursor: pointer;
}