diff --git a/src/lib/Blocks/contouring-overview.svelte b/src/lib/Blocks/contouring-overview.svelte index 092601f..0838944 100644 --- a/src/lib/Blocks/contouring-overview.svelte +++ b/src/lib/Blocks/contouring-overview.svelte @@ -9,10 +9,11 @@
- {title} + {title} + {#each categories as category} {category.avl_categories_id.name} - {/each} + {/each}

{title}

{user_id.fullname}

@@ -24,6 +25,12 @@ max-width: var(--card-max-width); } + article a { + color: var(--text-color); + text-decoration: none; + display: grid; + } + div { position: relative; width: 100%; @@ -52,8 +59,7 @@ } h3, - p, - a { + p { margin: 0; padding: 0; color: var(--text-color);