From 5381368af05e5d581617237d3301bb07089da22b Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Mon, 11 May 2026 09:19:34 +0200 Subject: [PATCH] nav__link bold --- css/navbar.css | 2 +- includes/navbar.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/navbar.css b/css/navbar.css index 427b308..d52269a 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -27,7 +27,6 @@ CSS für den Block Navbar mit seinen Elementen nach BEM .nav__item { position: relative; margin: 0 0.5rem; - font-weight: 600; } .nav__dropdown-toggle { @@ -52,6 +51,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM padding: 0.5rem 1rem; /* Abstand um den Text */ color: #333; text-decoration: none; + font-weight: 600; } .nav__dropdown:hover .nav__dropdown-menu { diff --git a/includes/navbar.php b/includes/navbar.php index 50309bc..66a0473 100644 --- a/includes/navbar.php +++ b/includes/navbar.php @@ -58,7 +58,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden