style: remove redundant background color from header

This commit is contained in:
你的名字
2025-07-17 00:04:29 +08:00
parent 95cf50e4f0
commit 0970db53b0

View File

@@ -85,7 +85,6 @@ html, body {
justify-content: space-between; /* 顶部和底部分别对齐 */ justify-content: space-between; /* 顶部和底部分别对齐 */
align-items: center; align-items: center;
padding: 25px; padding: 25px;
background-color: rgba(0, 0, 0, 0.35); /* 半透明黑色蒙版,确保文字清晰可见 */
z-index: 1; z-index: 1;
} }