@canopy-iiif/app 0.10.18 → 0.10.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "0.10.18",
3
+ "version": "0.10.19",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -1,3 +1,8 @@
1
+ code {
2
+ font-family: var(--font-mono);
3
+ font-size: 0.922em;
4
+ }
5
+
1
6
  .markdown-table__frame {
2
7
  width: 100%;
3
8
  margin: 1.618rem 0 2.618rem;
@@ -34,12 +39,6 @@
34
39
  }
35
40
  }
36
41
  }
37
-
38
- code {
39
- font-family: var(--font-mono);
40
- font-size: 0.875rem;
41
- color: var(--color-gray-900);
42
- }
43
42
  }
44
43
 
45
44
  section[data-footnotes],
@@ -143,6 +143,11 @@
143
143
  letter-spacing: -0.025em;
144
144
  font-variation-settings: "SOFT" 100, "WONK" 1;
145
145
  }
146
+ code {
147
+ font-family: var(--font-mono);
148
+ font-size: 0.922em;
149
+ }
150
+
146
151
  .markdown-table__frame {
147
152
  width: 100%;
148
153
  margin: 1.618rem 0 2.618rem;
@@ -174,11 +179,6 @@
174
179
  .markdown-table tbody tr:nth-child(even) {
175
180
  background-color: var(--color-gray-200);
176
181
  }
177
- .markdown-table code {
178
- font-family: var(--font-mono);
179
- font-size: 0.875rem;
180
- color: var(--color-gray-900);
181
- }
182
182
 
183
183
  section[data-footnotes],
184
184
  .footnotes {