更换可爱动漫主页背景
This commit is contained in:
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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user