From aebdf1df77a4ed865bb4bfe151de1a8b3916e776 Mon Sep 17 00:00:00 2001 From: Soga <57104622+soga11@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:24:33 +0800 Subject: [PATCH] Update globals.css --- styles/globals.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index f30c773..1d3e193 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -78,7 +78,20 @@ } body { @apply bg-background text-foreground; - /* font-feature-settings: "rlig" 1, "calt" 1; */ + + /* 添加背景图片设置 */ + content: " " !important; + background: fixed !important; + z-index: -1 !important; + top: 0 !important; + right: 0 !important; + bottom: 0 !important; + left: 0 !important; + background-position: top !important; + background-repeat: no-repeat !important; + background-size: cover !important; + background-image: url(https://t.mwm.moe/ys/) !important; + font-family: Arial, Helvetica, sans-serif !important; font-synthesis-weight: none; text-rendering: optimizeLegibility; }