Skip to content

Commit

Permalink
fix(styles): make code-tag font-size inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
Longor1996 committed May 30, 2022
1 parent 4acc316 commit 8ff83e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sass/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ body:not(.dark) a:not(.btn-primary) {
color: rgb(80, 31, 255);
}

a > code {
code {
font-size: inherit;
}

a > code {
padding: 0 0.125rem;
}

Expand Down

0 comments on commit 8ff83e9

Please sign in to comment.