更换可爱动漫主页背景

This commit is contained in:
lwt
2026-05-09 15:39:38 +08:00
parent c921cc4c0e
commit c66daa3427
5 changed files with 9779 additions and 13 deletions
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 912 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 KiB

+5 -4
View File
@@ -33,8 +33,8 @@ body {
margin: 0;
color: var(--text);
background:
linear-gradient(180deg, rgba(255, 250, 244, 0.78), rgba(247, 251, 255, 0.9) 54%, rgba(255, 255, 255, 0.96)),
url("../backgrounds/dragon-raja-tencent-bg.png") center top / cover fixed no-repeat,
linear-gradient(180deg, rgba(255, 250, 244, 0.72), rgba(247, 251, 255, 0.92) 56%, rgba(255, 255, 255, 0.96)),
url("../backgrounds/cute-anime-bg.svg") right top / min(58vw, 760px) auto fixed no-repeat,
var(--bg);
}
@@ -45,8 +45,9 @@ body::before {
pointer-events: none;
content: "";
background:
radial-gradient(circle at 80% 18%, rgba(114, 180, 255, 0.22), transparent 32rem),
linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.62) 45%, rgba(255, 255, 255, 0.18) 100%);
radial-gradient(circle at 82% 18%, rgba(255, 196, 230, 0.2), transparent 26rem),
radial-gradient(circle at 74% 32%, rgba(114, 180, 255, 0.18), transparent 32rem),
linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.3) 100%);
}
a {