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:
+1
-1
@@ -122,7 +122,7 @@ title: "Simcoe Trades Journal | Verified Contractor Spotlights & Case Studies"
|
||||
<!-- Clear View Electric Card -->
|
||||
<div class="trade-card p-6 rounded-2xl border border-slate-800 flex flex-col justify-between">
|
||||
<div>
|
||||
<div class="h-20 bg-white rounded-xl p-3 flex items-center justify-center mb-5 border border-slate-700">
|
||||
<div class="h-20 bg-slate-900 rounded-xl p-3 flex items-center justify-center mb-5 border border-slate-700">
|
||||
<img src="{{ '/assets/images/logos/clearview-electric.png' | relative_url }}" alt="Clear View Electric" class="max-h-14 max-w-full object-contain">
|
||||
</div>
|
||||
<span class="px-2.5 py-1 rounded text-[11px] font-bold uppercase tracking-wider bg-emerald-500/20 text-emerald-400 border border-emerald-500/30 inline-block mb-3">
|
||||
|
||||
Reference in New Issue
Block a user