From e8225446acfb276bb53d9d1c4b339c800cf2ba24 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 9 Mar 2025 14:08:55 +0100 Subject: [PATCH] refactor(ui): Enhance Navbar styling with improved text and hover states - Add text-foreground class to improve color consistency - Implement hover states for logo, theme toggle, and mobile menu button - Simplify mobile menu backdrop filter with more concise class - Ensure consistent text and interaction styling across navbar components --- src/components/layout/Navbar.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.vue index 2cd5953..4cb89b1 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.vue @@ -32,11 +32,11 @@ const toggleTheme = () => {