fix: gradients
This commit is contained in:
+1
-9
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user