@arsedizioni/ars-utils 21.2.261 → 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.
@@ -187,19 +187,19 @@
187
187
  .links {
188
188
  text-transform: none;
189
189
  text-decoration: none;
190
-
190
+
191
191
  a,
192
192
  span,
193
193
  div {
194
194
  margin-right: 8px;
195
- font-weight: 600 !important;
195
+ font-weight: 500 !important;
196
196
  color: var(--ars-color-text, #191c1b);
197
197
  }
198
198
 
199
199
  a {
200
200
  cursor: pointer !important;
201
201
  color: var(--ars-color-link, #03A9F4);
202
- font-weight: 600 !important;
202
+ font-weight: 500 !important;
203
203
  }
204
204
  }
205
205
  }
@@ -556,19 +556,19 @@
556
556
  /*
557
557
  * Free text search highlighted item
558
558
  */
559
- .word-hit-chunk,
559
+ .word-hit-chunk,
560
560
  .word-hit {
561
- display: inline-block;
562
- font-size: inherit;
563
- background-color: var(--ars-word-hit-background-color, #FFEB3B);
564
- color: var(--ars-word-hit-color, #191c1b);
565
- padding: 0 4px;
566
- margin: 0 4px;
567
- border-radius: 4px;
561
+ display: inline-block;
562
+ font-size: inherit;
563
+ background-color: var(--ars-word-hit-background-color, #FFEB3B);
564
+ color: var(--ars-word-hit-color, #191c1b);
565
+ padding: 0 4px;
566
+ margin: 0 4px;
567
+ border-radius: 4px;
568
568
  }
569
569
 
570
570
  .word-hit-chunk {
571
- background-color: var(--ars-word-chunk-hit-background-color, #8AFF59);
572
- color: var(--ars-word-hit-chunk-color, #191c1b);
571
+ background-color: var(--ars-word-chunk-hit-background-color, #8AFF59);
572
+ color: var(--ars-word-hit-chunk-color, #191c1b);
573
573
 
574
574
  }