Make icon pop a tiny bit better

This commit is contained in:
Carlos Fernandez 2026-04-25 18:10:11 -04:00
parent 186ce446ea
commit 542c2d4dcd

View file

@ -196,8 +196,11 @@
&[data-success=true] { &[data-success=true] {
color: var(--green); color: var(--green);
} }
&.active {
text-shadow: 0 0 1px light-dark(@dark-80, @beige-80);
}
&.inactive { &.inactive {
opacity: 0.4; opacity: 0.35;
} }
} }
} }