@brillout/docpress 0.3.3 → 0.3.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.
|
@@ -97,6 +97,11 @@ body {
|
|
|
97
97
|
font-style: oblique 0deg 12deg;
|
|
98
98
|
src: url(../Inter-Var-IOAEQULN.ttf) format("truetype-variations");
|
|
99
99
|
}
|
|
100
|
+
em,
|
|
101
|
+
i {
|
|
102
|
+
font-variation-settings: "slnt" -10;
|
|
103
|
+
font-style: normal;
|
|
104
|
+
}
|
|
100
105
|
|
|
101
106
|
/* src/css/code/inline.css */
|
|
102
107
|
code {
|
|
@@ -311,11 +311,11 @@ function DetachedPageNote() {
|
|
|
311
311
|
}
|
|
312
312
|
}, /* @__PURE__ */ React3.createElement(Emoji, {
|
|
313
313
|
name: "info"
|
|
314
|
-
}), " ", /* @__PURE__ */ React3.createElement("
|
|
314
|
+
}), " ", /* @__PURE__ */ React3.createElement("em", null, "Detached"), /* @__PURE__ */ React3.createElement("span", {
|
|
315
315
|
style: {
|
|
316
316
|
opacity: 0.8
|
|
317
317
|
}
|
|
318
|
-
}, " ", "\u2014 this page isn't listed in the navigation
|
|
318
|
+
}, " ", "\u2014 this page isn't listed in the navigation below."));
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
// src/MobileHeader.tsx
|
package/package.json
CHANGED