From b24b789b5ef83465cef7d29b8227aa467465f2b9 Mon Sep 17 00:00:00 2001 From: pauli Date: Thu, 22 Jan 2026 23:04:44 +0100 Subject: [PATCH] categories bar update --- assets/css/{home.css => catbar.css} | 4 ++-- home.php => catbar.php | 7 ++----- header.php | 16 +++++++++------- index.php | 1 + 4 files changed, 14 insertions(+), 14 deletions(-) rename assets/css/{home.css => catbar.css} (90%) rename home.php => catbar.php (83%) diff --git a/assets/css/home.css b/assets/css/catbar.css similarity index 90% rename from assets/css/home.css rename to assets/css/catbar.css index 47db12c..6637b9c 100644 --- a/assets/css/home.css +++ b/assets/css/catbar.css @@ -1,9 +1,9 @@ .home-nav { - min-height: 56px; + min-height: 16px; width: 100%; display: flex; align-items: center; - background-color: #000961; /* helleres Lapis-/Hellblau */ + background-color: #2d3b50; /* helleres Lapis-/Hellblau */ } /* Inner zentriert */ diff --git a/home.php b/catbar.php similarity index 83% rename from home.php rename to catbar.php index 1659468..51d57f5 100644 --- a/home.php +++ b/catbar.php @@ -1,10 +1,9 @@ - - + @@ -13,7 +12,7 @@ - + diff --git a/index.php b/index.php index b68147a..4026a20 100644 --- a/index.php +++ b/index.php @@ -5,5 +5,6 @@ error_reporting(E_ALL); + \ No newline at end of file