feat: further design improvements

This commit is contained in:
Julian Tölle 2023-11-04 02:23:09 +01:00
parent aff5779d60
commit a1b8fc36de
3 changed files with 7 additions and 9 deletions

View file

@ -2,10 +2,6 @@
export let href: string; export let href: string;
</script> </script>
<a <a class="p-4 m-4 underline text-lg" target="_blank" {href}>
class="p-4 m-4 border rounded-md border-red hover:border-yellow-400 hover:bg-yellow-800 transition-colors duration-500 ease-in-out"
target="_blank"
{href}
>
<slot /> <slot />
</a> </a>

View file

@ -56,8 +56,10 @@
<H2>Jetzt anhören</H2> <H2>Jetzt anhören</H2>
<a class="underline" href="#download">Auf YouTube</a><br /> <p class="my-8 flex items-center flex-col justify-center md:flex-row">
<a class="underline" href="#download">Zum Herunterladen</a> <a class="p-4 m-4 underline text-lg" href="#download">Auf YouTube</a><br />
<a class="p-4 m-4 underline text-lg" href="#download">Zum Herunterladen</a>
</p>
<Divider /> <Divider />

View file

@ -7,5 +7,5 @@
</script> </script>
"{title}" von {author}<br /> "{title}" von {author}<br />
<a href={source}>{source}</a><br /> <a href={source} class="underline">{source}</a><br />
Lizenz: <a href={licenseUrl}>{licenseName}</a> Lizenz: <a href={licenseUrl} class="underline">{licenseName}</a>