diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index 452d997b..dd874efd 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -105,6 +105,10 @@ align-items: center; justify-content: end; gap: 8px; + + .unequipped { + opacity: .5; + } } }