chrome needs prefixed background-clip
This commit is contained in:
parent
213f832f52
commit
81f50b743b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
.text {
|
.text {
|
||||||
//background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
|
//background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
|
||||||
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
|
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
|
||||||
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
animation: animated_title_animation 60s ease-in-out infinite;
|
animation: animated_title_animation 60s ease-in-out infinite;
|
||||||
|
|
Loading…
Reference in a new issue