Ui redesign

This commit is contained in:
Raelon Masters
2020-06-20 10:55:40 -04:00
parent b96643e326
commit 55f1dd7813
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ body {
/*! border-left: 5px solid #292f35; */
/*! border-right: 5px solid #292f35; */
/* border-right: 1px solid; */
background: linear-gradient(to right, #333 51%, #7d7a7ad6 181%);
background: linear-gradient(to right, #333 51%, #7d7a7aed 181%);
}
.vert-nav-item {}

View File

@@ -73,7 +73,7 @@
<ul id="book_shelf">
{% for book in Books %}
<li class="shelf_item">
<img alt="cover missing" src="data:image;base64,{{ book.cover | bin_2_img }}" class="book_thumb" />
<img alt="cover missing" src="data:image;base64,{{ book.cover | bin_2_img }}" class="book_thumb" onerror="this.src='/static/img/pysBook.png'"/>
<ul class="book_details_list">
<li class="book_title">{{ book.title }}</li>
<li class="book_author">{{ book.author }}</li>