fix(assets): add standard background-clip for CSS compatibility
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
|
background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user