fix(assets): add standard background-clip for CSS compatibility

This commit is contained in:
g1nation
2026-05-04 16:07:52 +09:00
parent 8870c750a2
commit 29f271d781
+1
View File
@@ -54,6 +54,7 @@
letter-spacing: 2px;
background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
}