We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a908d67 commit 9693f1aCopy full SHA for 9693f1a
src/components/CodeTabs.tsx
@@ -98,7 +98,7 @@ export default function CodeTabs() {
98
99
useEffect(() => {
100
const { code, lang } = FILES[active];
101
- codeToHtml(code, { lang, theme: "dracula" }).then((html) => {
+ codeToHtml(code, { lang, theme: "nord" }).then((html) => {
102
const clean = html.replace(/background-color:[^;"]+;?/g, "");
103
setHighlighted(clean);
104
});
0 commit comments