@arsedizioni/ars-utils 19.1.1 → 19.1.2

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.
@@ -223,7 +223,7 @@
223
223
  }
224
224
 
225
225
  .image-mark-unread {
226
- border-top-color: var(--ars-color-error, #ff5449);
226
+ border-top-color: var(--app-color-unread, #f7931c);
227
227
  margin: 0 8px;
228
228
  }
229
229
 
@@ -284,6 +284,11 @@
284
284
  color: var(--ars-color-text-low, #e0e2e5);
285
285
  }
286
286
 
287
+ .unread {
288
+ background-color: var(--app-color-unread, #f7931c);
289
+ color: var(--ars-color-text-low, #e0e2e5);
290
+ }
291
+
287
292
  .check-selected {
288
293
  background-color: var(--ars-color-primary-hi, #12c0ae);
289
294
  }