From 1f5122cc499c8740785569876663d0d658ad884e Mon Sep 17 00:00:00 2001 From: madkarmaa Date: Wed, 12 Nov 2025 10:41:31 +0100 Subject: [PATCH] fix: remove buttons default bg color --- src/app.css | 1 + src/lib/components/molecules/NavBar.svelte | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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;