From e6abc0a15d85b857af895b9ca8ad7ee81e7363cf Mon Sep 17 00:00:00 2001 From: alexisben Date: Wed, 14 Dec 2022 17:24:58 +0100 Subject: [PATCH] nav color fix --- assets/sass/_theme/design-system/header.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/sass/_theme/design-system/header.sass b/assets/sass/_theme/design-system/header.sass index 7fd692bda..1327fce83 100644 --- a/assets/sass/_theme/design-system/header.sass +++ b/assets/sass/_theme/design-system/header.sass @@ -20,7 +20,9 @@ header[role="banner"] a:hover, a:focus, a:active - // @include link($header-sticky-color) + color: inherit + a:not(:hover) + text-decoration-color: transparent span color: $header-sticky-color html.is-scrolling-down:not(.has-menu-opened) &