feat: removed backgrop opacity in cover images
This commit is contained in:
parent
1ca0f9d495
commit
dec98d7f3f
2 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ const initialPosts: BlogPost[] = sortedPosts.slice(0, 6);
|
||||||
loading={index === 0 ? "eager" : "lazy"}
|
loading={index === 0 ? "eager" : "lazy"}
|
||||||
fetchpriority={index === 0 ? "high" : undefined}
|
fetchpriority={index === 0 ? "high" : undefined}
|
||||||
/>
|
/>
|
||||||
<div class="absolute inset-0 bg-gradient-to-t from-black/50 to-transparent" />
|
<div class="absolute inset-0" />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
|
|
@ -226,7 +226,7 @@ const initialPosts: BlogPost[] = sortedPosts.slice(0, 6);
|
||||||
width="760"
|
width="760"
|
||||||
height="570"
|
height="570"
|
||||||
/>
|
/>
|
||||||
<div class="absolute inset-0 bg-gradient-to-t from-black/50 to-transparent"></div>
|
<div class="absolute inset-0"></div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
`
|
`
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ const displayTag: string = tag.charAt(0).toUpperCase() + tag.slice(1);
|
||||||
quality={70}
|
quality={70}
|
||||||
format="webp"
|
format="webp"
|
||||||
/>
|
/>
|
||||||
<div class="absolute inset-0 bg-gradient-to-t from-black/50 to-transparent" />
|
<div class="absolute inset-0" />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue