Toggling of Favorites, and frontend state display complete

This commit is contained in:
Raelon Masters
2020-07-21 23:25:26 -04:00
parent 337600a74e
commit 5ebaa22ee4
5 changed files with 34 additions and 11 deletions

View File

@@ -541,6 +541,10 @@ a.book_link {
padding: 5px 10px 5px 10px;
}
.favorite {
color: #a7ff00 !important;
}
.controls {
cursor: pointer;
}

View File

@@ -552,6 +552,9 @@ a.book_link {
font-size: x-large;
padding: 5px 10px 5px 10px;
}
.favorite{
color: #a7ff00 !important;
}
.controls{
cursor: pointer;
}