From 99e48302a758e0df5079e72ddef32cb31485d84e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 5 Jan 2024 00:16:53 -0800 Subject: feat(layout): better navigation styles --- src/routes/+layout.svelte | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/routes') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 7126641a..858c9f33 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -126,6 +126,7 @@ :global(a) { text-decoration: none; + transition: all 0.15s ease-in-out; } :global(a:hover) { @@ -135,4 +136,12 @@ .header-item { margin: 0 0.625rem; } + + .header-item:hover { + text-decoration: none; + } + + .header-item:active { + outline: none; + } -- cgit v1.2.3