From 67e63906eb83cf7e0abda13aaa1b5830e99d185e Mon Sep 17 00:00:00 2001 From: ADRN Date: Sun, 8 Dec 2024 00:49:10 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20graphisme=20de=20la=20navigation=20sup?= =?UTF-8?q?=C3=A9rieure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/juice.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/juice.scss b/sass/juice.scss index 08af5c0..9770ed6 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -72,11 +72,20 @@ header ul li { color: var(--primary-text-color); &:hover { - color: #fff; text-decoration: underline; } } +header .nav-item { + padding: 4px 2px; + color: var(--primary-text-color); + + &:hover, &:active, &:focus { + text-decoration: none; + border-bottom: white solid 2px; + } +} + .hero { display: flex; align-items: center;