@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
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: #666;
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
- /* ===== SPECIAL CONTEXT OVERRIDES ===== */
1866
+ /* ===== OVERRIDES ===== */
1867
1867
  /* Preserve existing behavior for blockquotes */
1868
1868
  blockquote ul > li::before {
1869
1869
  content: "•";