style: add standard background-clip CSS property to fix IDE warning

This commit is contained in:
xadyz1 2026-07-26 20:09:16 +01:00
parent e9e3867bf1
commit ba53c9c502

View file

@ -180,6 +180,7 @@
.hero h1 span { .hero h1 span {
background: linear-gradient(135deg, #e65c00, #8b5cf6); background: linear-gradient(135deg, #e65c00, #8b5cf6);
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
} }