chore: fix repo biome lint errors (#804)

This commit is contained in:
rahim
2026-03-09 21:10:18 -07:00
committed by GitHub
parent 5f729ed904
commit bd4e47b783
13 changed files with 53 additions and 38 deletions
-4
View File
@@ -265,24 +265,20 @@
@utility text-stroke-faded-black {
color: transparent;
-webkit-text-stroke: 1.5px var(--color-faded-black);
-webkit-text-stroke: clamp(1px, 0.035em, 1.5px) var(--color-faded-black);
&::selection {
color: transparent;
-webkit-text-stroke: 1.5px var(--color-faded-black);
-webkit-text-stroke: clamp(1px, 0.035em, 1.5px) var(--color-faded-black);
}
}
@utility text-stroke-manila-light {
color: transparent;
-webkit-text-stroke: 1.5px var(--color-manila-light);
-webkit-text-stroke: clamp(1px, 0.035em, 1.5px) var(--color-manila-light);
&::selection {
color: transparent;
-webkit-text-stroke: 1.5px var(--color-faded-black);
-webkit-text-stroke: clamp(1px, 0.035em, 1.5px) var(--color-faded-black);
}
}