refactor(assets): relocate character cover image

This commit is contained in:
2026-07-17 15:04:34 +08:00
parent 64e27b4fa6
commit a210a98d98
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
height: 330px;
background:
linear-gradient(180deg, rgba(255, 242, 232, 0.3), #fff2e8 96%),
url("/images/splash/pic-bg-home.png") center 18% / cover no-repeat;
url("/images/cover/elio.png") center 18% / cover no-repeat;
opacity: 0.36;
filter: saturate(0.95) blur(0.2px);
}