From 904c9ae9a5f95172576d97ef882ecae8bbb030d4 Mon Sep 17 00:00:00 2001 From: cami Date: Fri, 9 Jul 2021 01:25:45 +0200 Subject: [PATCH] Removed dotted line unter navbar logo when hovering (fix #33) --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 8ffc57a..5d1f792 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -40,7 +40,7 @@ color: var(--primary); } -a:hover { +a:hover:not(.navbar-logo){ border-bottom: 4px dotted var(--secondary); }