@arsedizioni/ars-utils 18.2.447 → 18.2.448

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.
@@ -305,14 +305,14 @@
305
305
  font-size: x-small;
306
306
  font-weight: 600;
307
307
  text-align: center;
308
- background-color: var(--ars-color-accent, #7894ae);
308
+ background-color: #427505;
309
309
  text-transform: uppercase;
310
310
  white-space: nowrap;
311
- color: var(--ars-color-text, #191c1b);
311
+ color: e0e2e5;
312
312
  }
313
313
 
314
314
  .badge-red {
315
- background-color: var(--ars-color-error, #ff5449);
315
+ background-color: #a80710;
316
316
  }
317
317
 
318
318
  .busy-backdrop {