We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b46f9 commit 754fa71Copy full SHA for 754fa71
sites/svelte.dev/src/routes/_components/Hero.svelte
@@ -96,7 +96,6 @@
96
border-radius: var(--sk-border-radius);
97
box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
98
color: #fff;
99
- color: color-mix(in hwb, hsl(var(--sk-theme-1-hsl)) 10%, var(--sk-back-1) 95%);
100
transition: 0.5s var(--quint-out);
101
transition-property: box-shadow, color;
102
}
0 commit comments