diff --git a/src/lib/TemplateList.svelte b/src/lib/TemplateList.svelte index a9d2a9c..c1615f8 100644 --- a/src/lib/TemplateList.svelte +++ b/src/lib/TemplateList.svelte @@ -1,10 +1,15 @@
{#each templates as template} -
+

{template.title}

@@ -14,7 +19,7 @@

{template.description}

-
+ {/each}
@@ -35,6 +40,8 @@ section.templates { gap: 1rem; transition:all 0.3s ease-in-out; max-width: 28rem; + text-decoration: none; + color: var(--foreground); &:hover { box-shadow: var(--shadow); }