fossbook 0.1.3 → 0.1.4
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
|
@@ -243,11 +243,13 @@
|
|
|
243
243
|
/* Code blocks */
|
|
244
244
|
code {
|
|
245
245
|
background-color: #f1f1f1;
|
|
246
|
+
font-family: 'Roboto Mono', monospace;
|
|
246
247
|
padding: .1em .2em;
|
|
247
248
|
}
|
|
248
249
|
|
|
249
250
|
pre {
|
|
250
251
|
background-color: #f6f8fa;
|
|
252
|
+
font-family: 'Roboto Mono', monospace;
|
|
251
253
|
line-height: 1.4;
|
|
252
254
|
overflow-x: auto;
|
|
253
255
|
padding: 0;
|
|
@@ -278,6 +280,7 @@
|
|
|
278
280
|
/* Header */
|
|
279
281
|
header {
|
|
280
282
|
display: flex;
|
|
283
|
+
font-family: 'Roboto Mono', monospace;
|
|
281
284
|
flex-wrap: wrap;
|
|
282
285
|
justify-content: space-between;
|
|
283
286
|
margin: 1em 0;
|
|
@@ -325,6 +328,9 @@
|
|
|
325
328
|
h1.assistive-text {
|
|
326
329
|
display: none;
|
|
327
330
|
}
|
|
331
|
+
nav {
|
|
332
|
+
font-family: 'Roboto Mono', monospace;
|
|
333
|
+
}
|
|
328
334
|
nav.post-navigation {
|
|
329
335
|
display: flex;
|
|
330
336
|
justify-content: end;
|
|
@@ -338,6 +344,7 @@
|
|
|
338
344
|
display: flex;
|
|
339
345
|
align-items: center;
|
|
340
346
|
border-top: 0.4rem dotted var(--bordercl);
|
|
347
|
+
font-family: 'Roboto Mono', monospace;
|
|
341
348
|
padding: 2rem 0rem;
|
|
342
349
|
margin-top: 2rem;
|
|
343
350
|
}
|