From 6c4041ba1651a12422676a1a22a31cc49f3feb91 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Mon, 11 May 2026 09:17:07 +0200 Subject: [PATCH] font:bold --- css/navbar.css | 2 +- includes/navbar.php | 2 +- includes/search.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/navbar.css b/css/navbar.css index a36d90c..427b308 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -27,13 +27,13 @@ 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 { background: none; border: none; cursor: pointer; - font-weight: 600; } .nav__dropdown-menu { diff --git a/includes/navbar.php b/includes/navbar.php index 0362bad..50309bc 100644 --- a/includes/navbar.php +++ b/includes/navbar.php @@ -58,7 +58,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden