Skip to content

Commit

Permalink
Decrease font code size to match dark mode (#69)
Browse files Browse the repository at this point in the history
### What was the problem?

Aligned the code font size for both light and dark mode
  • Loading branch information
Tschakki authored Feb 22, 2024
2 parents 86a00ff + 5e6ce27 commit e02fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--ifm-tabs-color-active-border: rgba(64, 112, 244, 1);
--ifm-code-background: #f6f7f8;
--ifm-alert-border-color: #3074fc;
--ifm-code-font-size: 91%;
--ifm-code-font-size: 90%;
}

[class^='codeBlockTitle'] {
Expand Down

0 comments on commit e02fbc4

Please sign in to comment.