added background fill; added info load per image

This commit is contained in:
2023-09-24 16:39:18 -05:00
parent f10c6d9afd
commit b6d2e9ec54
5 changed files with 27 additions and 3 deletions

View File

@@ -11,3 +11,7 @@
.button-highlighted {
background-color: #AB7E45;
}
.background-fill {
background: rgba(39, 43, 52, 1);
}