diff --git a/src/lib/h2.svelte b/src/lib/h2.svelte index 682c9f3..5e30997 100644 --- a/src/lib/h2.svelte +++ b/src/lib/h2.svelte @@ -1,5 +1,6 @@ -

+

diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d3ac49e..92d727c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -100,7 +100,7 @@ -

Herunterladen

+

Herunterladen

Hörspiel (mp3) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 34c0abe..9bcfdd4 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -29,6 +29,9 @@ module.exports = { }, extend: { fontFamily: { vinque: "Vinque, serif" }, + animation: { + "pulse-once": "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 2", + } }, }, variants: {