From a29b01e4133deacdbbefcfdc6f55ffc0ce6654d1 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Mon, 6 Apr 2026 18:53:40 +0200 Subject: [PATCH] Add shadow to recipe cards --- js/views/RecipeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/RecipeList.js b/js/views/RecipeList.js index 491b358..bba4156 100644 --- a/js/views/RecipeList.js +++ b/js/views/RecipeList.js @@ -60,7 +60,7 @@ function getFilteredRecipes() { function renderRecipeCard(recipe) { const labels = slotLabelsFor(recipe); return ` -
+
${recipe.image ? `${escapeHtml(recipe.title)}`