From 6274e3ef7cf2cf181b83c5fc63e996f0c98aa593 Mon Sep 17 00:00:00 2001 From: fef Date: Sun, 2 Jan 2022 22:22:22 +0100 Subject: [PATCH] improve highlighting for current navbar item --- _sass/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/style.scss b/_sass/style.scss index 30c2972..0f5a687 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -157,6 +157,8 @@ nav { li[aria-current] a { text-decoration: none; + padding-bottom: 16px; + border-bottom: 4px solid $color-primary; } } }