From ba53c9c5025c5444dd5c7dddc51924f5ce565e90 Mon Sep 17 00:00:00 2001 From: xadyz1 Date: Sun, 26 Jul 2026 20:09:16 +0100 Subject: [PATCH] style: add standard background-clip CSS property to fix IDE warning --- frontend/landing.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/landing.html b/frontend/landing.html index 47d5912..6140e94 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -180,6 +180,7 @@ .hero h1 span { background: linear-gradient(135deg, #e65c00, #8b5cf6); -webkit-background-clip: text; + background-clip: text; -webkit-text-fill-color: transparent; }