From 97d663704b2bc175739be3a3b7c7e16acd384a6c Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Mon, 8 Dec 2025 17:07:31 +0500 Subject: [PATCH] modified: main_dc/stubSite/style.css fix problem with css --- main_dc/stubSite/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main_dc/stubSite/style.css b/main_dc/stubSite/style.css index ce8e878..a4f4b40 100644 --- a/main_dc/stubSite/style.css +++ b/main_dc/stubSite/style.css @@ -48,7 +48,11 @@ body { margin-bottom: 5px; background: linear-gradient(90deg, #667eea, #764ba2); -webkit-background-clip: text; + background-clip: text; + /* Standard property added */ -webkit-text-fill-color: transparent; + color: transparent; + /* Fallback if text-fill-color isn't supported */ font-weight: 800; }