Skip to content

Commit

Permalink
fix: change code blocks font to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 21, 2023
1 parent f3052a7 commit 10e09bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/logos-docusaurus-theme/src/client/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1175,4 +1175,8 @@ body {
height: auto !important;
}

pre code {
--lsd-typography-generic-font-family: monospace;
}

@import './blog.scss';

0 comments on commit 10e09bd

Please sign in to comment.