@jsenv/navi 0.18.17 → 0.18.18

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.
@@ -29900,12 +29900,12 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
29900
29900
  --fill-color-suboptimum: light-dark(#fdb900, #ffc107);
29901
29901
  --fill-color-even-less-good: light-dark(#d83b01, #f44336);
29902
29902
 
29903
- --x-color: var(--navi-color-white);
29904
- --x-shadow-color: black;
29903
+ --x-color: var(--navi-color-black);
29904
+ --x-shadow-color: white;
29905
29905
  --shadow-size: 0.5em;
29906
29906
  &[data-dark-background] {
29907
- --x-color: black;
29908
- --x-shadow-color: var(--navi-color-white);
29907
+ --x-color: white;
29908
+ --x-shadow-color: black;
29909
29909
  }
29910
29910
  }
29911
29911
  }