Skip to content

Commit

Permalink
fix: code block style in light theme (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 28, 2023
1 parent 86b52d7 commit c2f86d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import lightCodeTheme from 'prism-react-renderer';
import darkCodeTheme from 'prism-react-renderer';
import {themes as prismThemes} from 'prism-react-renderer';

export default {
title: 'Vara Network Documentation Portal',
Expand Down Expand Up @@ -83,8 +82,8 @@ export default {
isCloseable: false,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
}),
};

0 comments on commit c2f86d3

Please sign in to comment.