Fix Clear View Electric logo: change bg-white to bg-slate-900

Logo is white text on transparent — invisible on white background.
Dark background matches site theme and makes the logo visible.
This commit is contained in:
Your Name
2026-08-02 13:31:02 -04:00
parent c8b729beb6
commit 8ad883a35e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ permalink: /electrical-contractors/
<!-- Clear View Electric Card -->
<div class="trade-card rounded-2xl p-6 sm:p-8 border border-slate-800 shadow-2xl flex flex-col lg:flex-row gap-8 items-start">
<div class="w-full lg:w-72 bg-white rounded-xl p-6 flex items-center justify-center border border-slate-700 shrink-0">
<div class="w-full lg:w-72 bg-slate-900 rounded-xl p-6 flex items-center justify-center border border-slate-700 shrink-0">
<img src="{{ '/assets/images/logos/clearview-electric.png' | relative_url }}" alt="Clear View Electric Logo" class="max-h-24 object-contain">
</div>