@netfoundry/docusaurus-theme 0.7.0 → 0.7.2
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/css/legacy.css
CHANGED
|
@@ -1974,7 +1974,7 @@ code {
|
|
|
1974
1974
|
background: var(--ziti-code-block-background-color);
|
|
1975
1975
|
color: var(--ziti-code-block-font-color);
|
|
1976
1976
|
border-color: var(--ziti-code-block-border-color);
|
|
1977
|
-
white-space:
|
|
1977
|
+
white-space: pre;
|
|
1978
1978
|
}
|
|
1979
1979
|
|
|
1980
1980
|
code p {
|
|
@@ -2312,3 +2312,4 @@ aside nav {
|
|
|
2312
2312
|
margin-top: 0 !important;
|
|
2313
2313
|
}
|
|
2314
2314
|
}
|
|
2315
|
+
|
package/dist/css/legacy.css
CHANGED
|
@@ -1974,7 +1974,7 @@ code {
|
|
|
1974
1974
|
background: var(--ziti-code-block-background-color);
|
|
1975
1975
|
color: var(--ziti-code-block-font-color);
|
|
1976
1976
|
border-color: var(--ziti-code-block-border-color);
|
|
1977
|
-
white-space:
|
|
1977
|
+
white-space: pre;
|
|
1978
1978
|
}
|
|
1979
1979
|
|
|
1980
1980
|
code p {
|
|
@@ -2312,3 +2312,4 @@ aside nav {
|
|
|
2312
2312
|
margin-top: 0 !important;
|
|
2313
2313
|
}
|
|
2314
2314
|
}
|
|
2315
|
+
|
package/package.json
CHANGED