1
0

fix: text gradient issues in chromium

This commit is contained in:
2026-03-12 15:24:54 +01:00
parent 0818a96152
commit f70ac563f1
+7 -1
View File
@@ -45,7 +45,7 @@
--padding-x: 3rem;
}
@media screen and (min-width:64rem) {
@media screen and (min-width: 64rem) {
--padding-x: 5rem;
}
}
@@ -73,6 +73,12 @@
background: var(--gradient-heading);
background-clip: text;
color: transparent;
* {
background: var(--gradient-heading);
background-clip: text;
color: transparent;
}
}
p {