@healthcatalyst/catalyst-docfx-template 1.0.139 → 1.0.140
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.
|
Binary file
|
package/package.json
CHANGED
package/styles/main.css
CHANGED
|
@@ -1731,7 +1731,7 @@ pre {
|
|
|
1731
1731
|
--list-spacing: 0.5rem;
|
|
1732
1732
|
--list-item-spacing: 0.25rem;
|
|
1733
1733
|
--list-color: #131314;
|
|
1734
|
-
--list-marker-color:
|
|
1734
|
+
--list-marker-color: inherit;
|
|
1735
1735
|
}
|
|
1736
1736
|
|
|
1737
1737
|
/* Base list styles - override docfx defaults */
|
|
@@ -1863,7 +1863,7 @@ article ul > li:last-child {
|
|
|
1863
1863
|
padding-bottom: 10px;
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
|
-
/* =====
|
|
1866
|
+
/* ===== OVERRIDES ===== */
|
|
1867
1867
|
/* Preserve existing behavior for blockquotes */
|
|
1868
1868
|
blockquote ul > li::before {
|
|
1869
1869
|
content: "•";
|
|
Binary file
|