diff --git a/src/static/styles/main.css b/src/static/styles/main.css index 937ad1d..8c81665 100644 --- a/src/static/styles/main.css +++ b/src/static/styles/main.css @@ -441,13 +441,14 @@ section:not(:last-child) { /* Site Banner ========================================================================== */ .site__banner { - background-color: rgba(0, 0, 0, 0.44); + background-color: rgba(0, 0, 0, 0.6); background-blend-mode: multiply; background-size: cover; background-position: center; color: #f1e8e2; text-align: center; padding: 2rem 1rem; + text-shadow: 1px 1px 2px black; font-family: 'Vollkorn', serif; } @@ -792,6 +793,10 @@ article + article { text-align: right; } +.item__variant { + color: var(--red-color); +} + .item__form, .coupon__form p { display: flex; diff --git a/src/storefront/templates/storefront/product_list.html b/src/storefront/templates/storefront/product_list.html index ae9b85f..70535b9 100644 --- a/src/storefront/templates/storefront/product_list.html +++ b/src/storefront/templates/storefront/product_list.html @@ -15,8 +15,7 @@ {% block content %}