From bd1e91ada75eb0ba2f4f9e62ca2ac0ff0eefed5e Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 12 Apr 2025 10:24:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(css):=20=E6=9B=B4=E6=96=B0=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E5=83=8F=E9=93=BE=E6=8E=A5=E4=B8=BA=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E5=9B=BE=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index 5fc794e..15067f5 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -14,7 +14,7 @@ body::before { left: 0; width: 100%; height: 100%; - background-image: url(https://random-api.czl.net/pic/all); + background-image: url(https://random-api.czl.net/pic/normal); background-size: cover; background-position: center; z-index: -1;