diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 54a72dc..6e72597 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -50,20 +50,15 @@ nav { position: sticky; top: 0; - background: rgb(31, 22, 94); + background: #f2f6f6; z-index: 1; padding: 0.5em; - box-shadow: 0px 2px 4px #090808; + box-shadow: 0px 1px 3px #959595; } nav a { padding: 0.4em 0.5em; - text-decoration: none; - } - - nav a:hover { - text-decoration: underline - } + }