Make books clickable

This commit is contained in:
Robbie Antenesse 2019-01-03 15:18:35 -07:00
parent f6c72d7665
commit 3c8449f6d1

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

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