Skip to content

Commit

Permalink
fix: background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 1, 2024
1 parent e939fda commit 7bd4914
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/myst-to-react/src/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export function CodeBlock(props: Props) {
} as any)
: ({ 'data-line-number': `${line}` } as any);
},
customStyle: {
backgroundColor: 'unset',
},
};
}, [emphasizeLines]);

Expand Down

0 comments on commit 7bd4914

Please sign in to comment.