diff --git a/src/lib/components/recipes/CompactCard.svelte b/src/lib/components/recipes/CompactCard.svelte index 5f5b465..b78b713 100644 --- a/src/lib/components/recipes/CompactCard.svelte +++ b/src/lib/components/recipes/CompactCard.svelte @@ -115,12 +115,12 @@ } .icon { position: absolute; - top: -0.75em; + top: -1.2em; right: 0.6em; width: 2em; height: 2em; - font-size: 1rem; - background-color: var(--color-primary); + font-size: 1.2rem; + background-color: var(--nord0); color: white; z-index: 3; } @@ -149,7 +149,7 @@
{@html recipe.name}
{#if recipe.tags?.length}