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 ─────────────────────────────────────────── */ /* ── Gradient text ─────────────────────────────────────────── */
.text-gradient { .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; -webkit-background-clip: text;
background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
@@ -190,7 +190,7 @@
.badge-ice { background: var(--color-frost); color: var(--color-void); } .badge-ice { background: var(--color-frost); color: var(--color-void); }
.badge-gradient { .badge-gradient {
background: linear-gradient(90deg, var(--color-heat), var(--color-pulse), var(--color-frost)); background: var(--color-heat);
color: #fff; color: #fff;
} }
+1 -1
View File
@@ -93,7 +93,7 @@
style="background: linear-gradient(90deg, rgba(255,26,140,0.07), transparent);"></span> style="background: linear-gradient(90deg, rgba(255,26,140,0.07), transparent);"></span>
<!-- Link text --> <!-- Link text -->
<span class="relative transition-colors duration-200 text-paper group-hover:text-heat uppercase" <span class="relative transition-colors duration-200 text-paper group-hover:text-heat uppercase"
:class="($store.nav.path === '{{ $href }}' || ('{{ $href }}' !== '/' && $store.nav.path.startsWith('{{ $href }}'))) ? 'text-gradient-alt' : ''" :class="($store.nav.path === '{{ $href }}' || ('{{ $href }}' !== '/' && $store.nav.path.startsWith('{{ $href }}'))) ? 'text-gradient' : ''"
>{{ .Name }}</span> >{{ .Name }}</span>
<!-- Index number --> <!-- Index number -->
<span class="absolute right-0 top-1/2 -translate-y-1/2 label text-smoke group-hover:text-heat transition-colors duration-200" <span class="absolute right-0 top-1/2 -translate-y-1/2 label text-smoke group-hover:text-heat transition-colors duration-200"