From 2296b26978e9b6e0355b2faa6dfaa59e6dc4542d Mon Sep 17 00:00:00 2001 From: F04C Date: Thu, 17 Jul 2025 00:04:29 +0800 Subject: [PATCH] style: remove redundant background color from header --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 4050f24..4c4b5cf 100644 --- a/style.css +++ b/style.css @@ -85,7 +85,6 @@ html, body { justify-content: space-between; /* 顶部和底部分别对齐 */ align-items: center; padding: 25px; - background-color: rgba(0, 0, 0, 0.35); /* 半透明黑色蒙版,确保文字清晰可见 */ z-index: 1; }