Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 10:13
· 33 commits to main since this release

Patch Changes

  • a6cf1d0: Add lightThemeSelector

    Code.theme = {
      dark: "min-dark",
      light: "min-light",
      lightSelector: ".light", // default is [data-theme="light"]
    }