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 @@