Recommandations : taille de texte augmentée pour meilleure lisibilité

This commit is contained in:
Jalil Arfaoui 2026-03-11 00:35:25 +01:00
parent d5ca37cc45
commit 8427fb066e

View file

@ -33,7 +33,7 @@ const initials = author
--- ---
<blockquote class="facet-card rounded-xl bg-white/[0.06] border border-white/[0.1] p-5 hover:bg-white/[0.1] transition-colors duration-200"> <blockquote class="facet-card rounded-xl bg-white/[0.06] border border-white/[0.1] p-5 hover:bg-white/[0.1] transition-colors duration-200">
<p class="text-sm text-white/70 leading-relaxed italic"> <p class="text-white/70 leading-relaxed italic">
"{truncated}" "{truncated}"
</p> </p>
<div class="mt-3 flex items-center gap-2.5"> <div class="mt-3 flex items-center gap-2.5">
@ -50,7 +50,7 @@ const initials = author
<span class="text-[10px] font-bold text-white/70">{initials}</span> <span class="text-[10px] font-bold text-white/70">{initials}</span>
</div> </div>
)} )}
<cite class="not-italic text-xs"> <cite class="not-italic text-sm">
{url ? ( {url ? (
<a href={url} target="_blank" rel="noopener noreferrer" class="font-semibold text-white/90 hover:text-purple-200 transition-colors"> <a href={url} target="_blank" rel="noopener noreferrer" class="font-semibold text-white/90 hover:text-purple-200 transition-colors">
{author} {author}