Skip to content

Commit

Permalink
fix(code): increase font-weight and decrease font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 17, 2022
1 parent 0b9bea3 commit cb62209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ p {
code {
border: 1px solid rgba(0, 0, 0, 0.1);
color: var(--ifm-font-color-base);
font-weight: 500;
font-weight: 500 !important;
font-size: 14px !important;
}

0 comments on commit cb62209

Please sign in to comment.