diff options
| -rw-r--r-- | src/routes/+layout.svelte | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fa0f4a25..b09e771a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -375,7 +375,10 @@ $: { :global(a) { text-decoration: none; - transition: all 0.15s ease-in-out; + transition: + color 0.15s ease-in-out, + opacity 0.15s ease-in-out, + text-decoration-color 0.15s ease-in-out; } :global(a:hover) { |