style: remove redundant background color from header
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user