Fixed color and lightbox on no image

This commit is contained in:
FrederikBaerentsen 2024-03-04 09:33:42 -05:00
parent 27180ae9d6
commit 6d05f1e8d0
2 changed files with 3 additions and 2 deletions

View File

@ -126,6 +126,7 @@ td {
.square-button {
background-color: white;
border: 1px solid #d1d1d1;
}

View File

@ -130,13 +130,13 @@
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="/{{ i['set_num'] }}">Inventory</a>
<a style="color: #363636;" href="/{{ i['set_num'] }}">Inventory</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="/{{ i['set_num'] }}">Instructions</a>
<a style="color: #363636;" href="/{{ i['set_num'] }}">Instructions</a>
</span>
</p>
</footer>