This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6c9f38b [INLONG-1764] Use black for code block background style (#182)
6c9f38b is described below
commit 6c9f38bfa505e836dc823ba4b41fe8b9c6a37c15
Author: lizhwang <[email protected]>
AuthorDate: Wed Nov 10 10:13:30 2021 +0800
[INLONG-1764] Use black for code block background style (#182)
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 34755b3..effacec 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -183,7 +183,7 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
</div>`,
},
prism: {
- theme: lightCodeTheme,
+ theme: require('prism-react-renderer/themes/dracula'),
darkTheme: darkCodeTheme,
},
}),