From 9baa7c3f84dc1266043c79c1e85be252943848ea Mon Sep 17 00:00:00 2001 From: krmax44 Date: Fri, 23 Feb 2024 13:46:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20adjust=20mobile=20link=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/styles/header.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/styles/header.scss b/frontend/styles/header.scss index fdf277963..47fed4c5b 100644 --- a/frontend/styles/header.scss +++ b/frontend/styles/header.scss @@ -28,11 +28,10 @@ $c: map.get($container-max-widths, 'xxl'); position: relative; } - a:not(.dropdown-item), + a, button.btn-link { display: block; color: var(--bs-emphasis-color); - padding: 0; &:hover { text-decoration: none; @@ -69,11 +68,6 @@ $c: map.get($container-max-widths, 'xxl'); position: relative; border-bottom: 1px var(--bs-border-color-translucent) solid; - ul.nav-ul, - ul.nav-menu { - z-index: 1046; - } - ul.nav-menu { display: flex; flex-direction: column;