更换可爱动漫主页背景
This commit is contained in:
@@ -18,9 +18,8 @@ The names and marks of these services belong to their respective owners.
|
|||||||
|
|
||||||
## Background Credit
|
## Background Credit
|
||||||
|
|
||||||
- `assets/backgrounds/dragon-raja-tencent-bg.png`: sourced from the Tencent
|
- `assets/backgrounds/cute-anime-bg.svg`: `Blue Haired Anime Girl With Star
|
||||||
Video page poster metadata for `龙族第1季`.
|
Background` from Openclipart, Public Domain / CC0.
|
||||||
|
|
||||||
Dragon Raja / Longzu related names, animation artwork, and media assets belong
|
Openclipart source:
|
||||||
to Tencent Video and/or their respective right holders. Replace this asset if
|
https://openclipart.org/detail/222368/blue-haired-anime-girl-with-star-background
|
||||||
the site is used in a context that requires explicit commercial authorization.
|
|
||||||
|
|||||||
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;
|
margin: 0;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background:
|
background:
|
||||||
linear-gradient(180deg, rgba(255, 250, 244, 0.78), rgba(247, 251, 255, 0.9) 54%, rgba(255, 255, 255, 0.96)),
|
linear-gradient(180deg, rgba(255, 250, 244, 0.72), rgba(247, 251, 255, 0.92) 56%, rgba(255, 255, 255, 0.96)),
|
||||||
url("../backgrounds/dragon-raja-tencent-bg.png") center top / cover fixed no-repeat,
|
url("../backgrounds/cute-anime-bg.svg") right top / min(58vw, 760px) auto fixed no-repeat,
|
||||||
var(--bg);
|
var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -45,8 +45,9 @@ body::before {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
content: "";
|
content: "";
|
||||||
background:
|
background:
|
||||||
radial-gradient(circle at 80% 18%, rgba(114, 180, 255, 0.22), transparent 32rem),
|
radial-gradient(circle at 82% 18%, rgba(255, 196, 230, 0.2), transparent 26rem),
|
||||||
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 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 {
|
a {
|
||||||
|
|||||||
+4
-4
@@ -6,9 +6,9 @@
|
|||||||
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、Syncthing、Gemini 与 DeepSeek 等常用服务导航。" />
|
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、Syncthing、Gemini 与 DeepSeek 等常用服务导航。" />
|
||||||
<meta name="theme-color" content="#f7fbff" />
|
<meta name="theme-color" content="#f7fbff" />
|
||||||
<title>sumi.work - 服务入口</title>
|
<title>sumi.work - 服务入口</title>
|
||||||
<link rel="stylesheet" href="assets/css/base.css?v=20260509-3" />
|
<link rel="stylesheet" href="assets/css/base.css?v=20260509-4" />
|
||||||
<link rel="stylesheet" href="assets/css/layout.css?v=20260509-3" />
|
<link rel="stylesheet" href="assets/css/layout.css?v=20260509-4" />
|
||||||
<link rel="stylesheet" href="assets/css/components.css?v=20260509-3" />
|
<link rel="stylesheet" href="assets/css/components.css?v=20260509-4" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
@@ -175,6 +175,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="assets/js/main.js?v=20260509-3"></script>
|
<script src="assets/js/main.js?v=20260509-4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user