diff --git a/NOTICE.md b/NOTICE.md index 65f86b4..65b5769 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -18,9 +18,9 @@ The names and marks of these services belong to their respective owners. ## Background Credit -- `assets/backgrounds/dragon-raja-bg.jpg`: sourced from the official Dragon - Raja / Longzu: Cassell Gate website resource domain (`res.zulong.com`). +- `assets/backgrounds/dragon-raja-tencent-bg.png`: sourced from the Tencent + Video page poster metadata for `龙族第1季`. -Dragon Raja / Longzu related names, background artwork, and game assets belong -to their respective right holders. Replace this asset if the site is used in a -context that requires explicit commercial authorization. +Dragon Raja / Longzu related names, animation artwork, and media assets belong +to Tencent Video and/or their respective right holders. Replace this asset if +the site is used in a context that requires explicit commercial authorization. diff --git a/assets/backgrounds/dragon-raja-bg.jpg b/assets/backgrounds/dragon-raja-bg.jpg deleted file mode 100644 index 0e64d54..0000000 Binary files a/assets/backgrounds/dragon-raja-bg.jpg and /dev/null differ diff --git a/assets/backgrounds/dragon-raja-tencent-bg.png b/assets/backgrounds/dragon-raja-tencent-bg.png new file mode 100644 index 0000000..7381f96 Binary files /dev/null and b/assets/backgrounds/dragon-raja-tencent-bg.png differ diff --git a/assets/css/base.css b/assets/css/base.css index b4366fb..310b9af 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -34,7 +34,7 @@ body { 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-bg.jpg") center top / cover fixed no-repeat, + url("../backgrounds/dragon-raja-tencent-bg.png") center top / cover fixed no-repeat, var(--bg); } diff --git a/index.html b/index.html index 9bd730d..066f5f4 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@