@@ -532,7 +532,7 @@ function ExcelDocumentSheet({ data }: { data: RecipeData }) {
Feuil1_Recette
-
+
Feuil2_Calculs
@@ -593,7 +593,7 @@ function PptxDocumentSheet({ data }: { data: RecipeData }) {
Blocs textes & vecteurs PowerPoint préservés
-
+
Affichage Normal • 100%
@@ -613,9 +613,9 @@ function PdfDocumentSheet({ data }: { data: RecipeData }) {
PDF/A-1b
-
Page 1 / 1
+
Page 1 / 1
-
+
@@ -642,23 +642,23 @@ function PdfDocumentSheet({ data }: { data: RecipeData }) {
{data.ingredientsHeading}
{data.ingredients.slice(0, 3).map((ing, i) => (
- {ing.name}
- {ing.amount}
+ {ing.name}
+ {ing.amount}
))}
{data.stepsHeading}
{data.steps.slice(0, 2).map((st, i) => (
-
-
{st.num}. {st.desc}
+
+ {st.num}. {st.desc}
))}
+
Adobe PostScript • Calque vectoriel préservé
100% Fidélité PDF
@@ -819,7 +819,7 @@ export function HeroVisual() {
'flex items-center gap-1.5 px-2.5 py-1 rounded text-[11.5px] font-bold font-mono transition-all duration-200 cursor-pointer border',
isSelected
? 'bg-white dark:bg-[#303030] text-[#1A1A1A] dark:text-white border-black/15 dark:border-white/20 shadow-xs ring-1 ring-black/5'
- : 'border-transparent text-[#1A1A1A]/60 dark:text-white/60 hover:bg-black/5 dark:hover:bg-white/5'
+ : 'border-transparent text-[#1A1A1A]/75 dark:text-white/70 hover:bg-black/5 dark:hover:bg-white/5'
)}
title={`Basculer vers le format ${item.label}`}
>
@@ -831,7 +831,7 @@ export function HeroVisual() {
{/* Outils du ruban (Police, Gras, Italique, Alignement) */}
-