chore: 调整样式

This commit is contained in:
2025-11-13 14:23:52 +08:00
parent af14a2ee00
commit d8275a2781
2 changed files with 10 additions and 10 deletions

View File

@@ -61,9 +61,9 @@ html, body {
color: var(--text-color);
background-color: var(--dark-color);
background-image: url(/battle-background.jpg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
background-position: top center;
background-repeat: revert;
background-attachment: fixed;
}