metanorma-un 0.12.9 → 0.12.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28c5646afc7862c62c9e6b3be871b2026610ac7cf06bb3e526fa9fc3126a4e9a
4
- data.tar.gz: 4453c09b9806985099a1cee424bc2d4605db40d573757a2eabc39f41a9ce6c33
3
+ metadata.gz: 7a451a86bffe4c53cf7a0c277908934e105b97176881ee18e2a4c49e24883c5e
4
+ data.tar.gz: d5fec713cf50f566ae2bfa320da3e319ce565569a38c15a2a7a8bc5bff7cf237
5
5
  SHA512:
6
- metadata.gz: 26edbbbd8de1f1ec2d7f9577581c341f8b1fbd837443a879ae464b1ea7a88c6cd0096ad51bd2f0d5331878eaa624d0987a93070c387cd89f09703ae92cefb976
7
- data.tar.gz: 9a03914887060fa489072031d0de0ad24ced03569bb354139c8be7cfac8b55d1a537002541209456b74578fc9be44a3341e704db1171c0c0c716d7cd92eccb4c
6
+ metadata.gz: 02730e9ae67a8dffe6204d6846b3b1f915bd042c24d671e663416e2e1c221cc732bd876224f72bac28490fa5b7ee2095f7901f2793e4940b49d6b3f0dbc08e84
7
+ data.tar.gz: 8e66883847d0242d332e14a18cd9b540d0b218cd5fe7f1e4098cf78ed20ec39fedb263304f7c79fccfacf0c4d2a7eb73440d67ad2ec015effb9215f6d60ceea1
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /*
2
3
  0 CSS RESET
3
4
  */
@@ -176,12 +177,15 @@ table.rouge-line-table pre {
176
177
  overflow-x: visible;
177
178
  font-size: 100%; }
178
179
 
180
+ /* header § links */
179
181
  a.header {
180
182
  color: inherit;
181
183
  text-decoration: none; }
182
184
 
183
185
  a.header:hover {
184
- color: #a53221; }
186
+ color: #a53221 !important;
187
+ background: inherit;
188
+ box-shadow: none; }
185
189
 
186
190
  a.header:visited {
187
191
  color: inherit;
@@ -204,6 +208,11 @@ a.anchor::before {
204
208
  display: block;
205
209
  padding-top: .1em; }
206
210
 
211
+ a.anchor:hover {
212
+ color: #a53221;
213
+ background: inherit;
214
+ box-shadow: none; }
215
+
207
216
  h1 > a.anchor:hover,
208
217
  h2 > a.anchor:hover,
209
218
  h3 > a.anchor:hover,