diff --git a/src/app.css b/src/app.css index 6c7e7dd..63da43e 100644 --- a/src/app.css +++ b/src/app.css @@ -6,6 +6,7 @@ padding: 0; border: none; outline: none; + background: none; font-family: "Manrope", sans-serif; font-optical-sizing: auto; } diff --git a/src/lib/components/molecules/NavBar.svelte b/src/lib/components/molecules/NavBar.svelte index 0a0e19d..17a3d52 100644 --- a/src/lib/components/molecules/NavBar.svelte +++ b/src/lib/components/molecules/NavBar.svelte @@ -70,7 +70,6 @@ font-weight: 500; padding: 0.5rem 1rem; transition: background-color 0.2s; - background-color: transparent; &:hover { background-color: #e0e0e0;