@arsedizioni/ars-utils 21.2.262 → 21.2.263

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.
@@ -192,16 +192,14 @@
192
192
  span,
193
193
  div {
194
194
  margin-right: 8px;
195
- font-weight: 600 !important;
196
- font-size: 11px !important;
195
+ font-weight: 500 !important;
197
196
  color: var(--ars-color-text, #191c1b);
198
197
  }
199
198
 
200
199
  a {
201
200
  cursor: pointer !important;
202
201
  color: var(--ars-color-link, #03A9F4);
203
- font-weight: 600 !important;
204
- font-size: 11px;
202
+ font-weight: 500 !important;
205
203
  }
206
204
  }
207
205
  }