mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00:00
feat: further design improvements
This commit is contained in:
parent
aff5779d60
commit
a1b8fc36de
3 changed files with 7 additions and 9 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue