fix: gradients

This commit is contained in:
2026-04-28 20:06:30 +02:00
parent e92bf122e2
commit 60e3faa1ec
+1 -9
View File
@@ -104,15 +104,7 @@
/* ── Gradient text ─────────────────────────────────────────── */ /* ── Gradient text ─────────────────────────────────────────── */
.text-gradient { .text-gradient {
background: linear-gradient(90deg, var(--color-heat) 0%, var(--color-pulse) 100%); background: var(--color-heat);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.text-gradient-alt {
background: linear-gradient(90deg, var(--color-heat) 0%, var(--color-pulse) 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;