From 1621b6ee91dd833709951e8566166a4db3afa184 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 8 Feb 2024 13:16:37 +0100 Subject: [PATCH] feat: add links to nav dropdown --- components/Header.css | 6 +++++- components/Header.tsx | 23 +++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/components/Header.css b/components/Header.css index 2521774..6e46d18 100644 --- a/components/Header.css +++ b/components/Header.css @@ -92,12 +92,16 @@ header details { & li { list-style: none; border: none; - padding: var(--_gap) calc(var(--_gap) + 0.4rem); + padding: var(--_gap) calc(var(--_gap) + 0.29rem); } & li:hover { background-color: var(--_translucent); } + + & a { + text-decoration: none; + } } header input { diff --git a/components/Header.tsx b/components/Header.tsx index 84560f0..79e417a 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -26,10 +26,25 @@ export function Header() {
Fablab