@proveanything/smartlinks-utils-ui 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1275,6 +1275,9 @@
1275
1275
  .hover\:bg-muted:hover {
1276
1276
  background-color: hsl(var(--muted));
1277
1277
  }
1278
+ .hover\:bg-muted\/70:hover {
1279
+ background-color: hsl(var(--muted) / 0.7);
1280
+ }
1278
1281
  .hover\:bg-primary\/90:hover {
1279
1282
  background-color: hsl(var(--primary) / 0.9);
1280
1283
  }