astro-accelerator 4.0.22 → 4.0.23

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,5 +1,5 @@
1
1
  {
2
- "version": "4.0.22",
2
+ "version": "4.0.23",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -806,6 +806,10 @@ nav.site-nav h2 {
806
806
  flex-wrap: wrap;
807
807
  }
808
808
 
809
+ .result-path__icon {
810
+ stroke: var(--fore-breadcrumb);
811
+ }
812
+
809
813
  .result-path__segment:last-child {
810
814
  color: var(--link-head);
811
815
  }
@@ -477,7 +477,7 @@ function initializeSearch() {
477
477
  svgIcon.className = 'result-path__icon';
478
478
  svgIcon.innerHTML = `
479
479
  <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10">
480
- <path d="M1 9L5 5L1 1" stroke="#7C98B4" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
480
+ <path d="M1 9L5 5L1 1" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
481
481
  </svg>
482
482
  `;
483
483
  path.appendChild(svgIcon);