This commit is contained in:
Baobhan Sith
2025-04-19 00:11:49 +08:00
parent 19a44ba9d3
commit 6a3c77b37a
3 changed files with 38 additions and 15 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ const closeStyleCustomizer = () => {
flex-direction: column;
min-height: 100vh;
font-family: var(--font-family-sans-serif); /* 使用字体变量 */
background-color: var(--app-bg-color); /* Set base background for the whole app */
/* background-color: var(--app-bg-color); */ /* 移除容器背景色,让 body 背景透出来 */
}
header {