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; }