diff --git a/src/app.scss b/src/app.scss index afd0992..dca4352 100644 --- a/src/app.scss +++ b/src/app.scss @@ -79,10 +79,10 @@ form.signOutButton button { a { color: var(--link); + text-decoration: none; &:hover { color: var(--link-hover); - text-decoration: none; transition: color 0.2s ease; } } diff --git a/src/lib/components/DownloadRecipeButton.svelte b/src/lib/components/DownloadRecipeButton.svelte index ee4ef64..c0e88c9 100644 --- a/src/lib/components/DownloadRecipeButton.svelte +++ b/src/lib/components/DownloadRecipeButton.svelte @@ -14,7 +14,7 @@ {#if browser} - + {:else}