ASWARCO - Darker Alternating Product Rows
=========================================

This update makes the alternating product rows clearly distinguishable:
- Medium dark gray row.
- Medium dark blue row.
- Stronger gray and blue separation in dark mode.

Install from PowerShell inside C:\Users\User\Herd\aswarco:

$update = Get-ChildItem "C:\Users\User" -Filter "ASWARCO*Darker*Alternating*Rows*.zip" -File -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1
$update.FullName
Expand-Archive -LiteralPath $update.FullName -DestinationPath "C:\Users\User\Herd\aswarco" -Force
php artisan optimize:clear

Open the product list, select row view, and press Ctrl + F5.
