metanorma-un 0.12.9 → 0.12.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28c5646afc7862c62c9e6b3be871b2026610ac7cf06bb3e526fa9fc3126a4e9a
4
- data.tar.gz: 4453c09b9806985099a1cee424bc2d4605db40d573757a2eabc39f41a9ce6c33
3
+ metadata.gz: d03895c10357482fce33d21c60982d847114eed9f059d63091ee098eef0eeef1
4
+ data.tar.gz: 8b7c614b6f268b632f444b5cd183047a23f4e919ce30bf2b7ba9fd104ae2cb1e
5
5
  SHA512:
6
- metadata.gz: 26edbbbd8de1f1ec2d7f9577581c341f8b1fbd837443a879ae464b1ea7a88c6cd0096ad51bd2f0d5331878eaa624d0987a93070c387cd89f09703ae92cefb976
7
- data.tar.gz: 9a03914887060fa489072031d0de0ad24ced03569bb354139c8be7cfac8b55d1a537002541209456b74578fc9be44a3341e704db1171c0c0c716d7cd92eccb4c
6
+ metadata.gz: 076be2f177b2f186ff2261c365c227c16cd2ad4c726d01f745261e37a2434555c0af2a987d96a4b9ba2f21016fdfe4d3cccb3f78720b44fed5f5668909235408
7
+ data.tar.gz: d4ac6ba1b5e407b864f090f9b533e35313a7825ba155eed221374910afd3c774b6e7d7ab1e78006294b97e1b517e2d71820c202e1b04b5b21f6878a226085ceb
@@ -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,