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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user