fix: gradients

This commit is contained in:
2026-04-28 20:01:17 +02:00
parent b779a7541b
commit 6da4119cb4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -104,7 +104,7 @@
/* ── Gradient text ─────────────────────────────────────────── */
.text-gradient {
background: linear-gradient(90deg, var(--color-heat) 0%, var(--color-pulse) 50%, var(--color-frost) 100%);
background: linear-gradient(90deg, var(--color-heat) 0%, var(--color-pulse) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
@@ -190,7 +190,7 @@
.badge-ice { background: var(--color-frost); color: var(--color-void); }
.badge-gradient {
background: linear-gradient(90deg, var(--color-heat), var(--color-pulse), var(--color-frost));
background: var(--color-heat);
color: #fff;
}