mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
feat: Fix sponsor being dark
yes pls
This commit is contained in:
parent
9325872de3
commit
d23b94fc14
1 changed files with 5 additions and 3 deletions
|
@ -28,12 +28,14 @@ const {
|
||||||
<p class="text-base" style="transform: translateY(20px); opacity: 0.001; filter: blur(4px)">
|
<p class="text-base" style="transform: translateY(20px); opacity: 0.001; filter: blur(4px)">
|
||||||
<span class="opacity-80" set:html={sponsors.description} />
|
<span class="opacity-80" set:html={sponsors.description} />
|
||||||
</p>
|
</p>
|
||||||
<div class="sponsors__sponsor relative mt-8 flex items-center justify-center gap-8">
|
<div
|
||||||
|
class="sponsors__sponsor relative mt-8 flex flex-col items-center justify-center gap-8 md:flex-row md:gap-12"
|
||||||
|
>
|
||||||
<a href={sponsors.sponsors['blacksmith'].url} target="_blank" class="w-fit">
|
<a href={sponsors.sponsors['blacksmith'].url} target="_blank" class="w-fit">
|
||||||
<Image
|
<Image
|
||||||
src={blacksmithLogo}
|
src={blacksmithLogo}
|
||||||
alt={sponsors.sponsors['blacksmith'].name}
|
alt={sponsors.sponsors['blacksmith'].name}
|
||||||
class="h-16 w-fit object-contain"
|
class="h-16 w-fit object-contain dark:invert"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
@ -45,7 +47,7 @@ const {
|
||||||
<Image
|
<Image
|
||||||
src={tutaLogo}
|
src={tutaLogo}
|
||||||
alt={sponsors.sponsors['tuta'].name}
|
alt={sponsors.sponsors['tuta'].name}
|
||||||
class="h-16 w-fit object-contain"
|
class="h-16 w-fit object-contain dark:invert"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue