From b0ec1e5c2518b663c9cce40fd19039975878405b Mon Sep 17 00:00:00 2001 From: zenn Date: Tue, 20 Jan 2026 18:09:30 +0900 Subject: [PATCH] =?UTF-8?q?[260120]=20fix:=20CSS=20=ED=91=9C=EC=A4=80=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80=20(vendor=20prefix=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=20=ED=95=B4=EA=B2=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 22f0869..825ea03 100644 --- a/style.css +++ b/style.css @@ -343,6 +343,7 @@ body { -webkit-touch-callout: none; touch-action: pan-y; background: linear-gradient(to bottom, #ffffff 30%, #a1a1a1 100%); + background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); @@ -356,6 +357,7 @@ body { display: inline-block; margin: 0 2px; background: none; + background-clip: initial; -webkit-background-clip: initial; -webkit-text-fill-color: initial; color: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.12));