Skip to content

Commit

Permalink
style: update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Mar 8, 2024
1 parent 14ae910 commit 6333082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
],
},
prism: {
theme: prismThemes.vsDark,
theme: prismThemes.oneLight,
darkTheme: prismThemes.dracula,
},
colorMode: {
Expand Down
8 changes: 4 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@

/* Code Settings */
--ifm-font-family-monospace: "Space Mono";
--ifm-code-font-size: 100%;
--ifm-code-background: rgb(246, 247, 248);
--ifm-code-border-radius: var(--ifm-global-radius);
--ifm-code-font-size: 90%;
--ifm-code-padding-horizontal: 0.2rem;
--ifm-code-padding-vertical: 0.2rem;
--ifm-code-font-size: 0.9rem;
--ifm-code-padding-horizontal: 0.5rem;
--ifm-code-padding-vertical: 0rem;
--ifm-pre-background: var(--ifm-code-background);
--docusaurus-highlighted-code-line-bg: #ffeaea;
}

code {
Expand Down

0 comments on commit 6333082

Please sign in to comment.