We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793b33a commit bff3f0eCopy full SHA for bff3f0e
1 file changed
src/config/mdx.ts
@@ -136,7 +136,7 @@ function getRehypePlugins(sbConfig: SolidBaseResolvedConfig<any>) {
136
{
137
themes: ["github-dark", "github-light"],
138
themeCssSelector: (theme: ExpressiveCodeTheme) =>
139
- `[data-theme="${theme.type}"]`,
+ `[data-theme*="${theme.type}"]`,
140
plugins,
141
defaultProps: {
142
showLineNumbers: false,
0 commit comments