diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 87d9296..3a23818 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -85,6 +85,15 @@ body { padding: 1em; } +#listings .card { + background-color: rgba(255, 0, 0, 0.5); +} + +#listings .in-stock { + background-color: rgba(125, 255, 125, 0.5); +} + + .card-image { width: 100%; aspect-ratio: 1/1; diff --git a/frontend/index.html b/frontend/index.html index 76dd6f0..b539120 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -25,7 +25,7 @@
{{ $Listing.StoreName }} - {{ $Listing.Price }}