From d58852043d3e9eacaf30ea29a9284b9b5907cccd Mon Sep 17 00:00:00 2001 From: melanieb Date: Mon, 14 Jun 2021 14:16:12 +0200 Subject: [PATCH] Modify style of link active --- components/slices/NavigationZone.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/slices/NavigationZone.vue b/components/slices/NavigationZone.vue index 372018a15..00a4a5324 100644 --- a/components/slices/NavigationZone.vue +++ b/components/slices/NavigationZone.vue @@ -171,6 +171,7 @@ class Navigation { .current-active-link { color: $blue; + border-bottom: 2px solid $blue; } &__item {