From 05013dcba7be24375e9acb18bb92749eafee3e31 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Thu, 16 Jun 2022 21:41:03 -0700 Subject: [PATCH] Recipe styling --- docs/render/recipe.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/render/recipe.css b/docs/render/recipe.css index de455e8..09fe294 100644 --- a/docs/render/recipe.css +++ b/docs/render/recipe.css @@ -14,6 +14,7 @@ body { rgba(16, 12, 12, 0.54); --hover-background-color: rgba(16, 12, 12, 0.07); + --image-placeholder-color: var(--hover-background-color); --background-color:white; } @@ -21,7 +22,7 @@ body { width: 100%; padding-top: 61.8%; max-height:1vh; - background-color: gray; + background-color: var(--image-placeholder-color); background-size: cover; background-position: center; margin-bottom:2em;