mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-16 23:33:10 -06:00
style: add standard background-clip CSS property to fix IDE warning
This commit is contained in:
parent
e9e3867bf1
commit
ba53c9c502
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue