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:
@@ -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>
|
||||
|
||||
|
||||
+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