From 953a3593f90377a806b05407834aa3056a85dc0e Mon Sep 17 00:00:00 2001 From: ADRN Date: Sun, 8 Dec 2024 15:16:03 +0100 Subject: feat(nav): soulignage de la section active dans la topbar --- sass/juice.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sass/juice.scss') diff --git a/sass/juice.scss b/sass/juice.scss index 9770ed6..0c2afe3 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -77,12 +77,17 @@ header ul li { } header .nav-item { - padding: 4px 2px; + padding: 8px 6px; + margin: 0 10px; color: var(--primary-text-color); &:hover, &:active, &:focus { text-decoration: none; - border-bottom: white solid 2px; + border-bottom: white solid 1px; + } + &.active { + text-decoration: none; + border-bottom: white solid 3px; } } -- cgit v1.2.3