From 62cc74f1c06cda2cf6cd378b86b071f6030c8d8a Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 24 Apr 2026 13:22:10 -0300 Subject: [PATCH] =?UTF-8?q?style:=20cream=20nav=20header=20=E2=80=94=20log?= =?UTF-8?q?o=20readable,=20burnt-orange=20bottom=20rule,=20subtle=20drop?= =?UTF-8?q?=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index a91b9b3..53a1d56 100644 --- a/index.html +++ b/index.html @@ -96,10 +96,11 @@ top: 0; z-index: 500; height: 62px; - background: rgba(62, 39, 35, 0.97); + background: rgba(255, 243, 224, 0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); - border-bottom: 1px solid var(--border); + border-bottom: 2px solid var(--gold); + box-shadow: 0 2px 14px rgba(62, 39, 35, 0.1); display: flex; align-items: center; gap: 16px; @@ -263,7 +264,7 @@ .nav-chat { display: flex; align-items: center; - background: rgba(80, 56, 30, 0.55); + background: rgba(93, 64, 55, 0.08); border: 1px solid var(--border); border-radius: 4px; height: 34px; @@ -285,7 +286,7 @@ padding: 0 10px; font-size: 0.78rem; font-family: "Segoe UI", system-ui, sans-serif; - color: var(--card); + color: var(--white); min-width: 0; height: 100%; } @@ -1308,7 +1309,7 @@