diff --git a/src/app.css b/src/app.css index 3c874eb..43aac63 100644 --- a/src/app.css +++ b/src/app.css @@ -24,12 +24,17 @@ } .list { - @apply mb-4 leading-relaxed hover:underline hover:text-white; + @apply my-4 leading-relaxed hover:text-white list-disc; } .active { @apply underline; } + + .href + { + @apply underline; + } } @font-face { diff --git a/src/routes/manual/+page.svelte b/src/routes/manual/+page.svelte index f78e429..73ba823 100644 --- a/src/routes/manual/+page.svelte +++ b/src/routes/manual/+page.svelte @@ -128,7 +128,7 @@ class="mb-12" >
{@html data.content}