mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: fix repo biome lint errors (#804)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user