@readme/markdown 9.0.3 → 9.0.4

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/dist/main.js CHANGED
@@ -18730,7 +18730,7 @@ async function createCompiler({ darkModeDataAttribute }) {
18730
18730
  if (darkModeDataAttribute) {
18731
18731
  css += `
18732
18732
 
18733
- @custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));`;
18733
+ @custom-variant dark (&:where([data-color-mode=dark], [data-color-mode=dark] *));`;
18734
18734
  }
18735
18735
  return tl(css, {
18736
18736
  base: '/',
package/dist/main.node.js CHANGED
@@ -21759,7 +21759,7 @@ async function createCompiler({ darkModeDataAttribute }) {
21759
21759
  if (darkModeDataAttribute) {
21760
21760
  css += `
21761
21761
 
21762
- @custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));`;
21762
+ @custom-variant dark (&:where([data-color-mode=dark], [data-color-mode=dark] *));`;
21763
21763
  }
21764
21764
  return tl(css, {
21765
21765
  base: '/',