style: remove redundant background color from header

This commit is contained in:
2025-07-17 00:04:29 +08:00
parent 9563730a6f
commit 2296b26978
-1
View File
@@ -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;
}