增加 nav 半透明樣式

This commit is contained in:
2025-07-25 00:43:40 +08:00
parent c86d2ab559
commit 724c9b29ed
5 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ export default function ThankYouPage() {
</div>
{/* Header - 修復跑版問題 */}
<header className="border-b border-blue-800/50 bg-slate-900/80 backdrop-blur-sm sticky top-0 z-50">
<header className="border-b border-blue-800/50 bg-slate-900/80 backdrop-blur-md sticky top-0 z-50">
<div className="container mx-auto px-3 sm:px-4 py-3 md:py-4">
<div className="flex items-center justify-between gap-2">
{/* Logo 區域 - 防止文字換行 */}